summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-03-16 12:06:19 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-03-16 12:06:19 +0000
commit599858e2d97052fef2d22405542c8ec00022a6f8 (patch)
tree7584085a81c904733e42b1562e70697526f8fa64
parent20056840c13634604db1c778545c0b6197a616cd (diff)
INTEGRATION: CWS sixtyfour02 (1.2.178); FILE MERGED
2006/02/22 12:02:10 cmc 1.2.178.1: #i62425# streaming longs to disk
-rw-r--r--svtools/source/numbers/numhead.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/numbers/numhead.hxx b/svtools/source/numbers/numhead.hxx
index 1cd282eb3597..1516bdc71c13 100644
--- a/svtools/source/numbers/numhead.hxx
+++ b/svtools/source/numbers/numhead.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: numhead.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 16:34:20 $
+ * last change: $Author: vg $ $Date: 2006-03-16 13:06:19 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -100,7 +100,7 @@ private:
SvStream& rStream;
SvMemoryStream aMemStream;
ULONG nDataPos;
- ULONG nDataSize;
+ sal_uInt32 nDataSize;
ULONG nEntryStart;
public: