From a566fd1c1a50f9bcb4c69a19bdf4fb1955285d93 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 28 Nov 2017 10:10:40 +0200 Subject: loplugin:unusedmethods Change-Id: I2efb5c0e5735c179314c6c5de87821cee3b033e1 Reviewed-on: https://gerrit.libreoffice.org/45386 Tested-by: Jenkins Reviewed-by: Noel Grandin --- reportdesign/inc/UndoEnv.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'reportdesign/inc') diff --git a/reportdesign/inc/UndoEnv.hxx b/reportdesign/inc/UndoEnv.hxx index 3741800d2617..b0f3b863534a 100644 --- a/reportdesign/inc/UndoEnv.hxx +++ b/reportdesign/inc/UndoEnv.hxx @@ -127,8 +127,6 @@ namespace rptui virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) override; private: - void TogglePropertyListening(const css::uno::Reference< css::uno::XInterface>& Element); - void implSetModified(); void switchListening( const css::uno::Reference< css::container::XIndexAccess >& _rxContainer, bool _bStartListening ); -- cgit