Kaydet (Commit) 49e1a1a4 authored tarafından Maxim Monastirsky's avatar Maxim Monastirsky

tdf#97419 Need to take SolarMutex here

Change-Id: I97886c8dbd7b56d155ad9598ca127df0c7420d2c
üst 00959b00
......@@ -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 ) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment