Kaydet (Commit) 744b16bd authored tarafından Michael Stahl's avatar Michael Stahl

sw: remove pointless SolarMutexGuard in SwXTextMarkup::Modify

Change-Id: Ifb96e8194a29bee3a92e2a957f08a5c51584e565
üst c41fe5e4
......@@ -481,10 +481,11 @@ throw (lang::IllegalArgumentException, uno::RuntimeException, std::exception)
void SwXTextMarkup::Impl::Modify( const SfxPoolItem* /*pOld*/, const SfxPoolItem* /*pNew*/ )
{
DBG_TESTSOLARMUTEX();
if ( GetRegisteredIn() )
GetRegisteredInNonConst()->Remove( this );
SolarMutexGuard aGuard;
m_pTxtNode = 0;
}
......
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