summaryrefslogtreecommitdiffstats
path: root/sc/inc/appoptio.hxx
diff options
context:
space:
mode:
authorAlbert Thuswaldner <albert.thuswaldner@gmail.com>2012-04-17 20:25:53 +0200
committerMichael Meeks <michael.meeks@suse.com>2012-04-18 12:26:09 +0100
commit27dda3134748cd0a549b75db830496539959eb90 (patch)
treeaaf653260a0da63881e1455995781df8799fe15d /sc/inc/appoptio.hxx
parentAdd missing definiton passing for system CLUCENE. (diff)
downloadcore-27dda3134748cd0a549b75db830496539959eb90.tar.gz
core-27dda3134748cd0a549b75db830496539959eb90.zip
Removed duplicate set/get methods for initial tab count
Diffstat (limited to 'sc/inc/appoptio.hxx')
-rw-r--r--sc/inc/appoptio.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/inc/appoptio.hxx b/sc/inc/appoptio.hxx
index b7f5fe89098d..d4cc424f5d46 100644
--- a/sc/inc/appoptio.hxx
+++ b/sc/inc/appoptio.hxx
@@ -46,10 +46,6 @@ public:
void SetDefaults();
- // Set or get the initial tab count for new spreadsheet, it is used by VBA API currently.
- void SetTabCountInNewSpreadsheet( SCTAB nCount ) { nTabCountInNewSpreadsheet = nCount; }
- SCTAB GetTabCountInNewSpreadsheet() const { return nTabCountInNewSpreadsheet; }
-
void SetAppMetric( FieldUnit eUnit ) { eMetric = eUnit; }
FieldUnit GetAppMetric() const { return eMetric; }
void SetZoom( sal_uInt16 nNew ) { nZoom = nNew; }
@@ -94,7 +90,6 @@ public:
const ScAppOptions& operator= ( const ScAppOptions& rOpt );
private:
- SCTAB nTabCountInNewSpreadsheet;
FieldUnit eMetric;
sal_uInt16 nLRUFuncCount;
sal_uInt16* pLRUList;