summaryrefslogtreecommitdiffstats
path: root/sc/inc/attarray.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/attarray.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/attarray.hxx')
-rw-r--r--sc/inc/attarray.hxx10
1 files changed, 4 insertions, 6 deletions
diff --git a/sc/inc/attarray.hxx b/sc/inc/attarray.hxx
index 4771d8f71b21..1f6c02c2d74f 100644
--- a/sc/inc/attarray.hxx
+++ b/sc/inc/attarray.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: attarray.hxx,v $
- * $Revision: 1.9 $
+ * $Revision: 1.9.32.3 $
*
* This file is part of OpenOffice.org.
*
@@ -166,8 +166,8 @@ public:
BOOL IsEmpty() const;
- SCROW GetFirstEntryPos() const;
- SCROW GetLastEntryPos( BOOL bIncludeBottom ) const;
+//UNUSED2008-05 SCROW GetFirstEntryPos() const;
+//UNUSED2008-05 SCROW GetLastEntryPos( BOOL bIncludeBottom ) const;
BOOL GetFirstVisibleAttr( SCROW& rFirstRow ) const;
BOOL GetLastVisibleAttr( SCROW& rLastRow, SCROW nLastData ) const;
@@ -188,9 +188,7 @@ public:
void DeleteHardAttr( SCROW nStartRow, SCROW nEndRow );
- void Save( SvStream& rStream ) const;
- void Load( SvStream& rStream );
- void ConvertFontsAfterLoad(); // old binary file format
+//UNUSED2008-05 void ConvertFontsAfterLoad(); // old binary file format
};