summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@libreoffice.org>2022-09-25 04:34:54 +0200
committerAndras Timar <andras.timar@collabora.com>2022-10-16 12:25:54 +0200
commitfec2d17b3f4bc745bfe3e8eecd89bcd5cbac0f2b (patch)
treef90d916879b507aaa098c6b3afbd78f5885de8de /sw
parent84475aa532e021afb56e0c9f7255035015ff69c5 (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> (cherry picked from commit cb43334ee9938d7b8e250f9ddbdc81e53779f8d0) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140883 Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/docnode/node.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/docnode/node.cxx b/sw/source/core/docnode/node.cxx
index 12be064f370b..8a319c03e7aa 100644
--- a/sw/source/core/docnode/node.cxx
+++ b/sw/source/core/docnode/node.cxx
@@ -1266,7 +1266,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);