summaryrefslogtreecommitdiff
path: root/sw/inc/calbck.hxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@libreoffice.org>2020-11-02 22:26:06 +0100
committerBjoern Michaelsen <bjoern.michaelsen@libreoffice.org>2020-11-04 21:27:12 +0100
commitcec71744c5fc20e9aedd444372348b562b6c6b79 (patch)
treebb6bb52ad4d9c9edfa61a3a5025a45c969fc4f86 /sw/inc/calbck.hxx
parentfe5623e35d81d7343af48521857610e60bb891fa (diff)
remove SwClient::ModifyNotifcation, now unused
... and there was much rejoicing. Change-Id: Ib7ed5a897f2a1e7490462eb47578a8efd22a669e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105233 Tested-by: Jenkins Reviewed-by: Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org>
Diffstat (limited to 'sw/inc/calbck.hxx')
-rw-r--r--sw/inc/calbck.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/inc/calbck.hxx b/sw/inc/calbck.hxx
index ed719037fa9d..ee142fd871fe 100644
--- a/sw/inc/calbck.hxx
+++ b/sw/inc/calbck.hxx
@@ -145,9 +145,6 @@ public:
// mba: IMHO this method should be pure virtual
// DO NOT USE IN NEW CODE! use SwClientNotify instead.
virtual void Modify(const SfxPoolItem*, const SfxPoolItem*);
- // controlled access to Modify method
- // mba: this is still considered a hack and it should be fixed; the name makes grep-ing easier
- void ModifyNotification(const SfxPoolItem*, const SfxPoolItem*);
// when overriding this, you MUST call SwClient::SwClientModify() in the override!
virtual void SwClientNotify(const SwModify&, const SfxHint& rHint) override;