summaryrefslogtreecommitdiff
path: root/sc/inc/filtopt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/filtopt.hxx')
-rw-r--r--sc/inc/filtopt.hxx4
1 files changed, 0 insertions, 4 deletions
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<OUString>& 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