summaryrefslogtreecommitdiffstats
path: root/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-01-31 20:45:10 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-01-31 20:53:37 +0000
commit21f632d327a08fbe4c57b937745e5dee9006cfe2 (patch)
tree12d0c533dce55c0ea190979ca29a86103cdb7070 /sfx2
parentupload libmwaw 0.3.10 (diff)
downloadcore-21f632d327a08fbe4c57b937745e5dee9006cfe2.tar.gz
core-21f632d327a08fbe4c57b937745e5dee9006cfe2.zip
SolarMutexGuard for ImplDbgTestSolarMutex assert in JunitTest_dbaccess_complex
Change-Id: Ic2109abdec0ad3305c2720ac9012585cd7ceb25b
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/sidebar/SidebarController.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/sidebar/SidebarController.cxx b/sfx2/source/sidebar/SidebarController.cxx
index 4a6ec25063dd..84e1526832c7 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();