summaryrefslogtreecommitdiff
path: root/sc/inc/rechead.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-04-07 07:24:44 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-04-07 07:24:44 +0000
commit15f4697d77aadb1237e97bcbd800dc76ed8dead3 (patch)
tree602010875f4af37f5460833c9bbe2c305b5214d6 /sc/inc/rechead.hxx
parent5d79e24cd464a6eea2f866ce6bbfb4a35dc3d353 (diff)
INTEGRATION: CWS sixtyfour04 (1.2.142); FILE MERGED
2006/03/15 16:14:03 cmc 1.2.142.1: #i63168# make sc 64bit happy
Diffstat (limited to 'sc/inc/rechead.hxx')
-rw-r--r--sc/inc/rechead.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/inc/rechead.hxx b/sc/inc/rechead.hxx
index 5647b0cbace8..9d95e0bd8e90 100644
--- a/sc/inc/rechead.hxx
+++ b/sc/inc/rechead.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: rechead.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 17:50:50 $
+ * last change: $Author: vg $ $Date: 2006-04-07 08:24:44 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -157,10 +157,10 @@ class ScWriteHeader
private:
SvStream& rStream;
ULONG nDataPos;
- ULONG nDataSize;
+ sal_uInt32 nDataSize;
public:
- ScWriteHeader(SvStream& rNewStream, ULONG nDefault = 0);
+ ScWriteHeader(SvStream& rNewStream, sal_uInt32 nDefault = 0);
~ScWriteHeader();
};
@@ -191,11 +191,11 @@ private:
SvStream& rStream;
SvMemoryStream aMemStream;
ULONG nDataPos;
- ULONG nDataSize;
+ sal_uInt32 nDataSize;
ULONG nEntryStart;
public:
- ScMultipleWriteHeader(SvStream& rNewStream, ULONG nDefault = 0);
+ ScMultipleWriteHeader(SvStream& rNewStream, sal_uInt32 nDefault = 0);
~ScMultipleWriteHeader();
void StartEntry();