summaryrefslogtreecommitdiffstats
path: root/sc/inc/viewopti.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-09-30 05:48:28 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-09-30 05:48:28 +0000
commit716636d558e9cc9b910da6d127314d2b20cdf0b6 (patch)
treed266019c3c89a0649074f3290439d74010ec618c /sc/inc/viewopti.hxx
parentNo old windows def files needed any more. (diff)
downloadcore-716636d558e9cc9b910da6d127314d2b20cdf0b6.tar.gz
core-716636d558e9cc9b910da6d127314d2b20cdf0b6.zip
CWS-TOOLING: integrate CWS koheicoderemoval
Diffstat (limited to 'sc/inc/viewopti.hxx')
-rw-r--r--sc/inc/viewopti.hxx17
1 files changed, 2 insertions, 15 deletions
diff --git a/sc/inc/viewopti.hxx b/sc/inc/viewopti.hxx
index 50f4aeb27b7b..fee3984449b7 100644
--- a/sc/inc/viewopti.hxx
+++ b/sc/inc/viewopti.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: viewopti.hxx,v $
- * $Revision: 1.8 $
+ * $Revision: 1.8.32.3 $
*
* This file is part of OpenOffice.org.
*
@@ -90,9 +90,6 @@ public:
const ScGridOptions& operator= ( const ScGridOptions& rCpy );
int operator== ( const ScGridOptions& rOpt ) const;
int operator!= ( const ScGridOptions& rOpt ) const { return !(operator==(rOpt)); }
-
- friend SvStream& operator>> ( SvStream& rStream, ScGridOptions& rOpt );
- friend SvStream& operator<< ( SvStream& rStream, const ScGridOptions& rOpt );
};
//==================================================================
@@ -128,10 +125,6 @@ public:
int operator== ( const ScViewOptions& rOpt ) const;
int operator!= ( const ScViewOptions& rOpt ) const { return !(operator==(rOpt)); }
- friend SvStream& operator>> ( SvStream& rStream, ScViewOptions& rOpt );
-
- void Save(SvStream& rStream, BOOL bConfig = FALSE) const;
-
private:
BOOL aOptArr [MAX_OPT];
ScVObjMode aModeArr [MAX_TYPE];
@@ -141,12 +134,6 @@ private:
BOOL bHideAutoSpell;
};
-inline SvStream& operator<<( SvStream& rStream, const ScViewOptions& rOpt )
-{
- rOpt.Save( rStream, FALSE );
- return rStream;
-}
-
//==================================================================
// Item fuer Einstellungsdialog - Ansicht
//==================================================================
@@ -155,7 +142,7 @@ class SC_DLLPUBLIC ScTpViewItem : public SfxPoolItem
{
public:
TYPEINFO();
- ScTpViewItem( USHORT nWhich );
+//UNUSED2008-05 ScTpViewItem( USHORT nWhich );
ScTpViewItem( USHORT nWhich, const ScViewOptions& rOpt );
ScTpViewItem( const ScTpViewItem& rItem );
~ScTpViewItem();