diff options
author | Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org> | 2020-10-25 21:12:19 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org> | 2020-10-26 07:29:44 +0100 |
commit | 1f44f1786bbd306e1aea578842ffcc197fbd60ab (patch) | |
tree | 379c51a9205bdb455c039a4d1ddfa2c8d9eb0382 /sw/inc/fmtcol.hxx | |
parent | 3e9620707a029720ce7b293206961c5e73f1565f (diff) |
SwTextFormatColl: Modify no more ...
Change-Id: Idbacff4f7bdd0f986c55c68f796c00b6f82d61ff
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104782
Tested-by: Jenkins
Reviewed-by: Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org>
Diffstat (limited to 'sw/inc/fmtcol.hxx')
-rw-r--r-- | sw/inc/fmtcol.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/fmtcol.hxx b/sw/inc/fmtcol.hxx index cc612d48ce38..20b5409f21e0 100644 --- a/sw/inc/fmtcol.hxx +++ b/sw/inc/fmtcol.hxx @@ -88,7 +88,7 @@ protected: } /// To get UL- / LR- / FontHeight-changes. - virtual void Modify( const SfxPoolItem*, const SfxPoolItem* ) override; + virtual void SwClientNotify(const SwModify&, const SfxHint&) override; public: |