From 50e08fe9b0f78badc55fce2ac392de9724ff8906 Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Fri, 30 Oct 2020 19:21:00 +0100 Subject: atrfld: ModifyNotification no more ... Change-Id: I9a5dc35a71725969bc4b75f0444ba663271e3228 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105079 Tested-by: Jenkins Reviewed-by: Bjoern Michaelsen --- sw/inc/ndtxt.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sw/inc/ndtxt.hxx') 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; } -- cgit