diff options
author | Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org> | 2020-12-01 19:59:33 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org> | 2020-12-02 22:02:51 +0100 |
commit | e53584fd17c1024728c573cadce2e5ef6d6ae1fd (patch) | |
tree | 0ec3dd143ca62c21856d6fd0f6e6901040906333 /sw/inc/swtblfmt.hxx | |
parent | 1ef87d3c3a3ea4652f5898b7871559af2cebf0e7 (diff) |
SwTableBoxFormat: Modify no more
Change-Id: I02775fa3ac4cdc01ed89e969449ec96427de30db
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107008
Tested-by: Jenkins
Reviewed-by: Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org>
Diffstat (limited to 'sw/inc/swtblfmt.hxx')
-rw-r--r-- | sw/inc/swtblfmt.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/swtblfmt.hxx b/sw/inc/swtblfmt.hxx index c1a114ea4066..14b200164b5d 100644 --- a/sw/inc/swtblfmt.hxx +++ b/sw/inc/swtblfmt.hxx @@ -55,7 +55,7 @@ class SAL_DLLPUBLIC_RTTI SwTableBoxFormat final : public SwFrameFormat {} // For recognition of changes (especially TableBoxAttribute). - virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNewValue ) override; + virtual void SwClientNotify(const SwModify&, const SfxHint&) override; public: virtual bool supportsFullDrawingLayerFillAttributeSet() const override; |