Kaydet (Commit) 61e4437c authored tarafından Mike Kaganski's avatar Mike Kaganski

Clear correct guard

Change-Id: I3f3ab91c10f3077d61a8fd0c351be75cf2e63963
Reviewed-on: https://gerrit.libreoffice.org/70375
Tested-by: Jenkins
Reviewed-by: 's avatarMike Kaganski <mike.kaganski@collabora.com>
üst 287df6cf
......@@ -3771,7 +3771,7 @@ void SAL_CALL ToolbarLayoutManager::closed( const lang::EventObject& e )
SolarMutexClearableGuard aReadLock;
bool bLayoutDirty = m_bLayoutDirty;
LayoutManager* pParentLayouter( m_pParentLayouter );
aWriteLock.clear();
aReadLock.clear();
if ( bLayoutDirty && pParentLayouter )
pParentLayouter->requestLayout();
......
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