summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/UndoCore.hxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@libreoffice.org>2020-09-19 13:54:01 +0200
committerBjoern Michaelsen <bjoern.michaelsen@libreoffice.org>2020-09-28 20:56:21 +0200
commit8a48afac3e31a69622c9006c6ae35e26287d37b9 (patch)
tree6058a1421bab614b57aa6ab9942fa67295f80926 /sw/source/core/inc/UndoCore.hxx
parent1dd01410e6c39c0e51bfb406c1cbb02569bd8dd3 (diff)
SwUndoSetFlyFormat: SwClient::Modify no more
Change-Id: I366745a410c8b3f1e6198392d899a16c9ac36b9f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103034 Tested-by: Jenkins Reviewed-by: Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org>
Diffstat (limited to 'sw/source/core/inc/UndoCore.hxx')
-rw-r--r--sw/source/core/inc/UndoCore.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/inc/UndoCore.hxx b/sw/source/core/inc/UndoCore.hxx
index a86e30c8369c..b94f95b08601 100644
--- a/sw/source/core/inc/UndoCore.hxx
+++ b/sw/source/core/inc/UndoCore.hxx
@@ -196,7 +196,7 @@ class SwUndoSetFlyFormat : public SwUndo, public SwClient
bool m_bAnchorChanged;
void PutAttr( sal_uInt16 nWhich, const SfxPoolItem* pItem );
- void Modify( const SfxPoolItem*, const SfxPoolItem* ) override;
+ void SwClientNotify(const SwModify&, const SfxHint&) override;
void GetAnchor( SwFormatAnchor& rAnhor, sal_uLong nNode, sal_Int32 nContent );
public: