Kaydet (Commit) bafd49fb authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen Kaydeden (comit) Björn Michaelsen

tdf#118049 tdf#118833 tdf#118725: Fix some SwDepend regressions

(partial revert/fix of 83243003)

Change-Id: I96213a41b026ee6496516ad1d0a416c5708a2300
Reviewed-on: https://gerrit.libreoffice.org/61769
Tested-by: Jenkins
Tested-by: 's avatarXisco Faulí <xiscofauli@libreoffice.org>
Reviewed-by: 's avatarBjörn Michaelsen <bjoern.michaelsen@libreoffice.org>
üst aa75bf8b
......@@ -1184,7 +1184,9 @@ SwFormatColl *SwContentNode::ChgFormatColl( SwFormatColl *pNewColl )
if( !IsModifyLocked() )
{
ChkCondColl();
SwFormatChg aTmp1( pOldColl );
SwFormatChg aTmp2( pNewColl );
SwClientNotify( *this, sw::LegacyModifyHint(&aTmp1, &aTmp2) );
}
}
if ( IsInCache() )
......
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