summaryrefslogtreecommitdiff
path: root/sw/inc/ndtxt.hxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@libreoffice.org>2020-10-30 19:21:00 +0100
committerBjoern Michaelsen <bjoern.michaelsen@libreoffice.org>2020-10-31 12:37:41 +0100
commit50e08fe9b0f78badc55fce2ac392de9724ff8906 (patch)
treeedebaaf3601750f13f96e125bd787730fd48d3b4 /sw/inc/ndtxt.hxx
parent787d4d6dcac18da6205fe4762a99f44966fd49a5 (diff)
atrfld: ModifyNotification no more ...
Change-Id: I9a5dc35a71725969bc4b75f0444ba663271e3228 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105079 Tested-by: Jenkins Reviewed-by: Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org>
Diffstat (limited to 'sw/inc/ndtxt.hxx')
-rw-r--r--sw/inc/ndtxt.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/ndtxt.hxx b/sw/inc/ndtxt.hxx
index 539db67906cf..7b37dc152687 100644
--- a/sw/inc/ndtxt.hxx
+++ b/sw/inc/ndtxt.hxx
@@ -202,11 +202,12 @@ public:
/// End: Data collected during idle time
protected:
- /// for hanging TextFormatCollections somewhere else (Outline-Numbering!)
virtual void SwClientNotify( const SwModify&, const SfxHint& ) override;
public:
using SwContentNode::GetAttr;
+ /// for hanging TextFormatCollections somewhere else (Outline-Numbering!)
+ void TriggerNodeUpdate(const sw::LegacyModifyHint&);
const OUString& GetText() const { return m_Text; }