| commit | 2aed71fa9e8a36ff2dc9f48897092c26ab89ea9e | [log] |
|---|---|---|
| author | Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org> | Sun Sep 25 04:34:54 2022 +0200 |
| committer | Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org> | Sun Sep 25 10:43:00 2022 +0200 |
| tree | a81166549772c155a4fd0844eeaadd05aa6b22ae | |
| parent | eea9f1ee27db98617871b9ecf80e9b3a62a4e723 [diff] |
tdf#144939: fix chapter numbering updates Change-Id: Icd29a380663a1c5f70e3a8ee86db64ec4eae8d86 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140558 Tested-by: Jenkins Reviewed-by: Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org>
diff --git a/sw/source/core/docnode/node.cxx b/sw/source/core/docnode/node.cxx index 3458696..f15d069 100644 --- a/sw/source/core/docnode/node.cxx +++ b/sw/source/core/docnode/node.cxx
@@ -1277,7 +1277,7 @@ SwFormatColl *SwContentNode::ChgFormatColl( SwFormatColl *pNewColl ) ChkCondColl(static_cast<SwTextFormatColl*>(pNewColl)); SwFormatChg aTmp1( pOldColl ); SwFormatChg aTmp2( pNewColl ); SwClientNotify( *this, sw::LegacyModifyHint(&aTmp1, &aTmp2) ); CallSwClientNotify( sw::LegacyModifyHint(&aTmp1, &aTmp2) ); } } InvalidateInSwCache(RES_ATTRSET_CHG);