From c1ee9b9f746296b916569a1357aa8f1216d40535 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 14 Mar 2018 16:59:30 +0200 Subject: loplugin:unusedmethods Change-Id: Ice171112d3e737cf0e0edabbc59a1307a4a4f5ad Reviewed-on: https://gerrit.libreoffice.org/51282 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/inc/calbck.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'sw/inc') 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 ); } -- cgit