diff options
author | Albert Thuswaldner <albert.thuswaldner@gmail.com> | 2012-04-17 20:25:53 +0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-04-18 12:26:09 +0100 |
commit | 27dda3134748cd0a549b75db830496539959eb90 (patch) | |
tree | aaf653260a0da63881e1455995781df8799fe15d /sc/inc/appoptio.hxx | |
parent | f888af0c912b3f375116021f44ee396c3422fd49 (diff) |
Removed duplicate set/get methods for initial tab count
Diffstat (limited to 'sc/inc/appoptio.hxx')
-rw-r--r-- | sc/inc/appoptio.hxx | 5 |
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; |