summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/txtfrm.hxx
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2018-05-29 18:33:06 +0200
committerMichael Stahl <Michael.Stahl@cib.de>2018-06-08 21:51:33 +0200
commit453b90a4497330eaba664cdb48b08ae63fb89f91 (patch)
tree8e0acdabaac9ca19d539667de32caa30a4e0c51c /sw/source/core/inc/txtfrm.hxx
parentab26ca25689a91df0a461102f5d0dfa37edc4144 (diff)
sw_redlinehide: replace SwTextFrame::Modify() with SwClientNotify()
This is critical because it needs to know what SwTextNode sent the hint. Fortunately it looks like we can just convert this one implementation and the backward compat stuff in SwClient will keep the other SwFrames working as before with their Modify(). Change-Id: I16f0bf7495002e7393148429640262cb38dc4849
Diffstat (limited to 'sw/source/core/inc/txtfrm.hxx')
-rw-r--r--sw/source/core/inc/txtfrm.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/inc/txtfrm.hxx b/sw/source/core/inc/txtfrm.hxx
index 77b244042551..bf477e038009 100644
--- a/sw/source/core/inc/txtfrm.hxx
+++ b/sw/source/core/inc/txtfrm.hxx
@@ -263,7 +263,7 @@ class SW_DLLPUBLIC SwTextFrame: public SwContentFrame
virtual ~SwTextFrame() override;
protected:
- virtual void Modify( const SfxPoolItem*, const SfxPoolItem* ) override;
+ virtual void SwClientNotify(SwModify const& rModify, SfxHint const& rHint) override;
public: