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

Maxim Monastirsky momonasmon at gmail.com
Thu Jan 28 11:35:04 PST 2016


 framework/source/uielement/popuptoolbarcontroller.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 49e1a1a4f5591faaca61559e6492909faf1bc94d
Author: Maxim Monastirsky <momonasmon at gmail.com>
Date:   Thu Jan 28 21:30:06 2016 +0200

    tdf#97419 Need to take SolarMutex here
    
    Change-Id: I97886c8dbd7b56d155ad9598ca127df0c7420d2c

diff --git a/framework/source/uielement/popuptoolbarcontroller.cxx b/framework/source/uielement/popuptoolbarcontroller.cxx
index f7643b4..8296dac 100644
--- a/framework/source/uielement/popuptoolbarcontroller.cxx
+++ b/framework/source/uielement/popuptoolbarcontroller.cxx
@@ -406,6 +406,7 @@ void SaveToolbarController::functionSelected( const OUString& /*aCommand*/ )
 void SaveToolbarController::updateImage()
     throw ( css::uno::RuntimeException, std::exception )
 {
+    SolarMutexGuard aGuard;
     ToolBox* pToolBox = nullptr;
     sal_uInt16 nId = 0;
     if ( !getToolboxId( nId, &pToolBox ) )


More information about the Libreoffice-commits mailing list