summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/exctools.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-07-10 12:29:51 +0000
committerOliver Bolte <obo@openoffice.org>2006-07-10 12:29:51 +0000
commit93482963bfa9340868d7c541c199364b31119d9c (patch)
treeaf9ddfc85da5a06ac38b917fa51d147af2760626 /sc/source/filter/excel/exctools.cxx
parent505d7371526209c3cec8d4eeb2038ea06fafd3da (diff)
INTEGRATION: CWS dr48 (1.56.166); FILE MERGED
2006/05/22 16:33:52 dr 1.56.166.1: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32)
Diffstat (limited to 'sc/source/filter/excel/exctools.cxx')
-rw-r--r--sc/source/filter/excel/exctools.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/excel/exctools.cxx b/sc/source/filter/excel/exctools.cxx
index c5771df7e4b4..54d1943d37f4 100644
--- a/sc/source/filter/excel/exctools.cxx
+++ b/sc/source/filter/excel/exctools.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: exctools.cxx,v $
*
- * $Revision: 1.56 $
+ * $Revision: 1.57 $
*
- * last change: $Author: hr $ $Date: 2005-09-28 11:42:36 $
+ * last change: $Author: obo $ $Date: 2006-07-10 13:29:51 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -340,7 +340,7 @@ ExcScenario::ExcScenario( XclImpStream& rIn, const RootData& rR ) : nTab( rR.pIR
rIn >> nProtected;
rIn.Ignore( 1 ); // Hide
rIn >> nName >> nComment;
- rIn.Ignore( 1 ); // statt nUser!
+ rIn.Ignore( 1 ); // statt nUser!
if( nName )
pName = new String( rIn.ReadUniString( nName ) );