diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2016-01-28 21:30:06 +0200 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2016-01-28 21:33:41 +0200 |
commit | 49e1a1a4f5591faaca61559e6492909faf1bc94d (patch) | |
tree | c21429e6c03bc69e2b9817eb4279ed1da43e231c /framework/source | |
parent | 00959b0092ca60550c64005be13c6e4160ce4200 (diff) |
tdf#97419 Need to take SolarMutex here
Change-Id: I97886c8dbd7b56d155ad9598ca127df0c7420d2c
Diffstat (limited to 'framework/source')
-rw-r--r-- | framework/source/uielement/popuptoolbarcontroller.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/source/uielement/popuptoolbarcontroller.cxx b/framework/source/uielement/popuptoolbarcontroller.cxx index f7643b460fe0..8296dac661c8 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 ) ) |