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.hxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/sc/inc/filtopt.hxx b/sc/inc/filtopt.hxx
index 62ac5a893cc7..7ba47662e7f9 100644
--- a/sc/inc/filtopt.hxx
+++ b/sc/inc/filtopt.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -39,23 +39,23 @@
class SC_DLLPUBLIC ScFilterOptions : public utl::ConfigItem
{
- BOOL bWK3Flag;
- double fExcelColScale;
- double fExcelRowScale;
+ BOOL bWK3Flag;
+ double fExcelColScale;
+ double fExcelRowScale;
com::sun::star::uno::Sequence<rtl::OUString> GetPropertyNames();
public:
ScFilterOptions();
- virtual void Notify( const com::sun::star::uno::Sequence<rtl::OUString>& aPropertyNames );
- virtual void Commit();
+ virtual void Notify( const com::sun::star::uno::Sequence<rtl::OUString>& aPropertyNames );
+ virtual void Commit();
- BOOL GetWK3Flag() const { return bWK3Flag; }
- double GetExcelColScale() const { return fExcelColScale; }
- double GetExcelRowScale() const { return fExcelRowScale; }
+ BOOL GetWK3Flag() const { return bWK3Flag; }
+ double GetExcelColScale() const { return fExcelColScale; }
+ double GetExcelRowScale() const { return fExcelRowScale; }
- // values are never modified by office
+ // values are never modified by office
};