| commit | cb43334ee9938d7b8e250f9ddbdc81e53779f8d0 | [log] |
|---|---|---|
| author | Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org> | Sun Sep 25 04:34:54 2022 +0200 |
| committer | Michael Stahl <michael.stahl@allotropia.de> | Mon Sep 26 15:16:22 2022 +0200 |
| tree | 14d29f6a22cd2a3733dd6b1a9ce849caf31f76ae | |
| parent | 15d1660ef04492bfffe4fd30d7c1942499d44f0c [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> (cherry picked from commit 2aed71fa9e8a36ff2dc9f48897092c26ab89ea9e) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140594 Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
diff --git a/sw/source/core/docnode/node.cxx b/sw/source/core/docnode/node.cxx index 444e6dd..d95b18c 100644 --- a/sw/source/core/docnode/node.cxx +++ b/sw/source/core/docnode/node.cxx
@@ -1257,7 +1257,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);