You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by af...@apache.org on 2014/02/18 10:21:56 UTC

svn commit: r1569241 - /openoffice/trunk/main/framework/source/layoutmanager/layoutmanager.cxx

Author: af
Date: Tue Feb 18 09:21:55 2014
New Revision: 1569241

URL: http://svn.apache.org/r1569241
Log:
122576: Reset the docking area acceptor in the destructor.

Modified:
    openoffice/trunk/main/framework/source/layoutmanager/layoutmanager.cxx

Modified: openoffice/trunk/main/framework/source/layoutmanager/layoutmanager.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/framework/source/layoutmanager/layoutmanager.cxx?rev=1569241&r1=1569240&r2=1569241&view=diff
==============================================================================
--- openoffice/trunk/main/framework/source/layoutmanager/layoutmanager.cxx (original)
+++ openoffice/trunk/main/framework/source/layoutmanager/layoutmanager.cxx Tue Feb 18 09:21:55 2014
@@ -181,6 +181,7 @@ LayoutManager::~LayoutManager()
 {
     Application::RemoveEventListener( LINK( this, LayoutManager, SettingsChanged ) );
     m_aAsyncLayoutTimer.Stop();
+    setDockingAreaAcceptor(NULL);
 }
 
 // Internal helper function