diff options
author | Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org> | 2020-12-06 12:34:41 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org> | 2020-12-07 11:38:51 +0100 |
commit | 96f88e5964604d0ae481dcbd0080a48241c707c8 (patch) | |
tree | 3bbc5a8818bd40627be08e95fe5b4d8228650087 /sw/inc/format.hxx | |
parent | 8bf24518fcd6fab000edf193e0591b9bf0b9c152 (diff) |
SwFormat: Modify no more
Change-Id: I028e173a7148dfce946189a94aed8b93ff3539b0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107318
Tested-by: Jenkins
Reviewed-by: Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org>
Diffstat (limited to 'sw/inc/format.hxx')
-rw-r--r-- | sw/inc/format.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/format.hxx b/sw/inc/format.hxx index 8a64b121e76c..e596a26bb882 100644 --- a/sw/inc/format.hxx +++ b/sw/inc/format.hxx @@ -67,7 +67,7 @@ protected: SwFormat( SwAttrPool& rPool, const OUString &rFormatNm, const sal_uInt16* pWhichRanges, SwFormat *pDrvdFrame, sal_uInt16 nFormatWhich ); SwFormat( const SwFormat& rFormat ); - virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNewValue ) override; + virtual void SwClientNotify(const SwModify&, const SfxHint&) override; public: |