framework/source/uielement/popuptoolbarcontroller.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 49e1a1a4f5591faaca61559e6492909faf1bc94d Author: Maxim Monastirsky <[email protected]> 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 ) ) _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
