From 96d44c9b077a6cc8068067a795dc63248ab90fea Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 22 Jul 2015 10:20:03 +0200 Subject: loplugin:unusedmethods sc Change-Id: I7bdb1889a942d63370731764a58f4ab524dedd8a Reviewed-on: https://gerrit.libreoffice.org/17287 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sc/inc/filtopt.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sc/inc/filtopt.hxx') diff --git a/sc/inc/filtopt.hxx b/sc/inc/filtopt.hxx index a9381cee3702..ee188c4ad6a6 100644 --- a/sc/inc/filtopt.hxx +++ b/sc/inc/filtopt.hxx @@ -42,10 +42,6 @@ public: virtual void Notify( const com::sun::star::uno::Sequence& aPropertyNames ) SAL_OVERRIDE; bool GetWK3Flag() const { return bWK3Flag; } - double GetExcelColScale() const { return fExcelColScale; } - double GetExcelRowScale() const { return fExcelRowScale; } - - // values are never modified by office }; #endif -- cgit