[Libreoffice-commits] core.git: sfx2/source

Caolán McNamara caolanm at redhat.com
Tue Jan 31 20:54:11 UTC 2017


 sfx2/source/sidebar/SidebarController.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 21f632d327a08fbe4c57b937745e5dee9006cfe2
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Jan 31 20:45:10 2017 +0000

    SolarMutexGuard for ImplDbgTestSolarMutex assert in JunitTest_dbaccess_complex
    
    Change-Id: Ic2109abdec0ad3305c2720ac9012585cd7ceb25b

diff --git a/sfx2/source/sidebar/SidebarController.cxx b/sfx2/source/sidebar/SidebarController.cxx
index 4a6ec25..84e1526 100644
--- a/sfx2/source/sidebar/SidebarController.cxx
+++ b/sfx2/source/sidebar/SidebarController.cxx
@@ -193,6 +193,7 @@ void SidebarController::unregisterSidebarForFrame(SidebarController* pController
 
 void SidebarController::disposeDecks()
 {
+    SolarMutexGuard aSolarMutexGuard;
     mpCurrentDeck.clear();
     maFocusManager.Clear();
     mpResourceManager->disposeDecks();


More information about the Libreoffice-commits mailing list