summaryrefslogtreecommitdiffstats
path: root/sc/inc/viewopti.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-12-15 12:01:46 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-12-15 12:01:46 +0000
commite675e98a9bb1ae81f93486b80f5bf2f84b570e25 (patch)
treeabde8aae8a1e5a9b90b7016736e72afe3611aeb0 /sc/inc/viewopti.hxx
parentCWS-TOOLING: integrate CWS fwk92 (diff)
downloadcore-e675e98a9bb1ae81f93486b80f5bf2f84b570e25.tar.gz
core-e675e98a9bb1ae81f93486b80f5bf2f84b570e25.zip
CWS-TOOLING: integrate CWS tl56_DEV300
Diffstat (limited to 'sc/inc/viewopti.hxx')
-rw-r--r--sc/inc/viewopti.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/inc/viewopti.hxx b/sc/inc/viewopti.hxx
index fee3984449b7..bf6c59117b0f 100644
--- a/sc/inc/viewopti.hxx
+++ b/sc/inc/viewopti.hxx
@@ -118,9 +118,6 @@ public:
void SetGridOptions( const ScGridOptions& rNew ) { aGridOpt = rNew; }
SvxGridItem* CreateGridItem( USHORT nId = SID_ATTR_GRID_OPTIONS ) const;
- BOOL IsHideAutoSpell() const { return bHideAutoSpell; }
- void SetHideAutoSpell( BOOL bSet ) { bHideAutoSpell = bSet; }
-
const ScViewOptions& operator= ( const ScViewOptions& rCpy );
int operator== ( const ScViewOptions& rOpt ) const;
int operator!= ( const ScViewOptions& rOpt ) const { return !(operator==(rOpt)); }
@@ -131,7 +128,6 @@ private:
Color aGridCol;
String aGridColName;
ScGridOptions aGridOpt;
- BOOL bHideAutoSpell;
};
//==================================================================