summaryrefslogtreecommitdiff
path: root/sc/inc/olinetab.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/olinetab.hxx
parentabda8e12d8cd23c2cd1bb870b097eddfdee38825 (diff)
CWS-TOOLING: integrate CWS koheicoderemoval
Diffstat (limited to 'sc/inc/olinetab.hxx')
-rw-r--r--sc/inc/olinetab.hxx11
1 files changed, 1 insertions, 10 deletions
diff --git a/sc/inc/olinetab.hxx b/sc/inc/olinetab.hxx
index b6966341c12c..2ef72d67bc10 100644
--- a/sc/inc/olinetab.hxx
+++ b/sc/inc/olinetab.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: olinetab.hxx,v $
- * $Revision: 1.6 $
+ * $Revision: 1.6.32.3 $
*
* This file is part of OpenOffice.org.
*
@@ -54,9 +54,6 @@ public:
ScOutlineEntry( SCCOLROW nNewStart, SCCOLROW nNewSize,
BOOL bNewHidden = FALSE );
ScOutlineEntry( const ScOutlineEntry& rEntry );
- ScOutlineEntry( SvStream& rStream, ScMultipleReadHeader& rHdr );
-
- void Store( SvStream& rStream, ScMultipleWriteHeader& rHdr );
virtual DataObject* Clone() const;
@@ -135,9 +132,6 @@ public:
BOOL bShow,
const ScBitMaskCompressedArray< SCCOLROW, BYTE>& rHiddenFlags );
- void Load( SvStream& rStream );
- void Store( SvStream& rStream );
-
void RemoveAll();
};
@@ -163,9 +157,6 @@ public:
BOOL TestInsertRow( SCSIZE nSize );
void InsertRow( SCROW nStartRow, SCSIZE nSize );
BOOL DeleteRow( SCROW nStartRow, SCSIZE nSize );
-
- void Load( SvStream& rStream );
- void Store( SvStream& rStream );
};