summaryrefslogtreecommitdiff
path: root/sw/source/core/inc
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@libreoffice.org>2020-07-05 02:20:52 +0200
committerBjoern Michaelsen <bjoern.michaelsen@libreoffice.org>2020-07-05 13:24:17 +0200
commit3b9aa11d885c91a3b040cb2b103b815c75d170bc (patch)
tree6d27ceaa5b4683214438523aacdd080f550c8893 /sw/source/core/inc
parent25c1a9be773fd3248463bdbd64c30140ac0d2406 (diff)
GotoTOXMarkBase: SwIterator no more ...
Change-Id: I60935850596eeb7209bd84782c954919c02cb259 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98050 Tested-by: Jenkins Reviewed-by: Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org>
Diffstat (limited to 'sw/source/core/inc')
-rw-r--r--sw/source/core/inc/doctxm.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/core/inc/doctxm.hxx b/sw/source/core/inc/doctxm.hxx
index 53a649cdd12e..faea538caea8 100644
--- a/sw/source/core/inc/doctxm.hxx
+++ b/sw/source/core/inc/doctxm.hxx
@@ -32,7 +32,7 @@ class SwTextFormatColl;
struct SwPosition;
struct SwTOXSortTabBase;
-class SwTOXBaseSection : public SwTOXBase, public SwSection
+class SwTOXBaseSection final : public SwTOXBase, public SwSection
{
std::vector<std::unique_ptr<SwTOXSortTabBase>> m_aSortArr;
@@ -73,6 +73,7 @@ class SwTOXBaseSection : public SwTOXBase, public SwSection
// return text collection via name/ from format pool
SwTextFormatColl* GetTextFormatColl( sal_uInt16 nLevel );
+ virtual void SwClientNotify(const SwModify& rModify, const SfxHint& rHint) override;
public:
SwTOXBaseSection(SwTOXBase const& rBase, SwSectionFormat & rFormat);