summaryrefslogtreecommitdiff
path: root/sw/inc/calbck.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-03-14 16:59:30 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-03-15 07:30:34 +0100
commitc1ee9b9f746296b916569a1357aa8f1216d40535 (patch)
treebb24b134d8a2ffffff78f0f1548bc2d5bd8bd266 /sw/inc/calbck.hxx
parenta3aceef8200e48173df4b5e67b5d6fb393a23ad9 (diff)
loplugin:unusedmethods
Change-Id: Ice171112d3e737cf0e0edabbc59a1307a4a4f5ad Reviewed-on: https://gerrit.libreoffice.org/51282 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/calbck.hxx')
-rw-r--r--sw/inc/calbck.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/inc/calbck.hxx b/sw/inc/calbck.hxx
index 7b903c2c9638..cdf1e9b612dc 100644
--- a/sw/inc/calbck.hxx
+++ b/sw/inc/calbck.hxx
@@ -228,8 +228,6 @@ public:
o.m_pToTell = nullptr;
}
- SwClient* GetToTell() { return m_pToTell; }
-
/** get Client information */
virtual bool GetInfo( SfxPoolItem& rInfo) const override
{ return m_pToTell == nullptr || m_pToTell->GetInfo( rInfo ); }