summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/frmbase.cxx
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/source/filter/excel/frmbase.cxx
parentabda8e12d8cd23c2cd1bb870b097eddfdee38825 (diff)
CWS-TOOLING: integrate CWS koheicoderemoval
Diffstat (limited to 'sc/source/filter/excel/frmbase.cxx')
-rw-r--r--sc/source/filter/excel/frmbase.cxx28
1 files changed, 14 insertions, 14 deletions
diff --git a/sc/source/filter/excel/frmbase.cxx b/sc/source/filter/excel/frmbase.cxx
index d5fb7d5c9f6e..d4899bf29fac 100644
--- a/sc/source/filter/excel/frmbase.cxx
+++ b/sc/source/filter/excel/frmbase.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: frmbase.cxx,v $
- * $Revision: 1.10 $
+ * $Revision: 1.10.32.3 $
*
* This file is part of OpenOffice.org.
*
@@ -262,19 +262,19 @@ LotusConverterBase::~LotusConverterBase()
{
}
-void LotusConverterBase::Reset( INT32 nLen, const ScAddress& rEingPos )
-{
- ConverterBase::Reset();
- nBytesLeft = nLen;
- aEingPos = rEingPos;
-}
-
-void LotusConverterBase::Reset( INT32 nLen )
-{
- ConverterBase::Reset();
- nBytesLeft = nLen;
- aEingPos.Set( 0, 0, 0 );
-}
+//UNUSED2008-05 void LotusConverterBase::Reset( INT32 nLen, const ScAddress& rEingPos )
+//UNUSED2008-05 {
+//UNUSED2008-05 ConverterBase::Reset();
+//UNUSED2008-05 nBytesLeft = nLen;
+//UNUSED2008-05 aEingPos = rEingPos;
+//UNUSED2008-05 }
+//UNUSED2008-05
+//UNUSED2008-05 void LotusConverterBase::Reset( INT32 nLen )
+//UNUSED2008-05 {
+//UNUSED2008-05 ConverterBase::Reset();
+//UNUSED2008-05 nBytesLeft = nLen;
+//UNUSED2008-05 aEingPos.Set( 0, 0, 0 );
+//UNUSED2008-05 }
void LotusConverterBase::Reset( const ScAddress& rEingPos )
{