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

sw: booleans are hard, let's go shopping

Has been like that since CVS import...

Change-Id: Iefa49407de90bace5eea2f86170ba8cd29b1cfe7
üst 4c1ac91f
......@@ -1578,7 +1578,7 @@ void DocumentFieldsManager::SetNewFieldLst(bool bFlag)
void DocumentFieldsManager::InsDelFieldInFieldLst( bool bIns, const SwTextField& rField )
{
if( !mbNewFieldLst || !m_rDoc.IsInDtor() )
if (!mbNewFieldLst && !m_rDoc.IsInDtor())
mpUpdateFields->InsDelFieldInFieldLst( bIns, rField );
}
......
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