diff options
author | Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org> | 2020-09-20 10:42:54 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org> | 2020-09-27 23:02:33 +0200 |
commit | b3fa0c06fe153737a125c9ba6f8fcc7d0a4d391d (patch) | |
tree | b3a4b995597832a3a24274d5e0658342c3824139 /sw/inc/swtable.hxx | |
parent | 3f7b48c4a726f51bdc5c78886957c08506e4d336 (diff) |
SwTable: Replace Modify with SwClientNotify
Change-Id: Ia5eccf6d13bac6a15079ad3f8c7dcbaef519c317
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103065
Tested-by: Jenkins
Reviewed-by: Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org>
Diffstat (limited to 'sw/inc/swtable.hxx')
-rw-r--r-- | sw/inc/swtable.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/swtable.hxx b/sw/inc/swtable.hxx index a0deaf01e892..ef04b527b65b 100644 --- a/sw/inc/swtable.hxx +++ b/sw/inc/swtable.hxx @@ -136,7 +136,7 @@ protected: bool m_bModifyLocked :1; bool m_bNewModel :1; // false: old SubTableModel; true: new RowSpanModel - virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) override; + virtual void SwClientNotify(const SwModify&, const SfxHint&) override; public: enum SearchType |