summaryrefslogtreecommitdiff
path: root/goodies
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-03-16 12:11:33 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-03-16 12:11:33 +0000
commit65ed487ba72c526a1a119f092a77b103efcad27c (patch)
tree94987414e9ae212fa80a9fabc1bbf30802629b3e /goodies
parent47629fd06e82da54758a57e0f008a0cab555a922 (diff)
INTEGRATION: CWS sixtyfour02 (1.4.62); FILE MERGED
2006/02/21 12:06:36 cmc 1.4.62.1: #i62323# goodies for 64bit
Diffstat (limited to 'goodies')
-rw-r--r--goodies/source/filter.vcl/iras/iras.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/goodies/source/filter.vcl/iras/iras.cxx b/goodies/source/filter.vcl/iras/iras.cxx
index 8987fff4820f..c842c744e0a3 100644
--- a/goodies/source/filter.vcl/iras/iras.cxx
+++ b/goodies/source/filter.vcl/iras/iras.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: iras.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 03:01:23 $
+ * last change: $Author: vg $ $Date: 2006-03-16 13:11:33 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -62,11 +62,11 @@ private:
BOOL mbStatus;
Bitmap maBmp;
BitmapWriteAccess* mpAcc;
- ULONG mnWidth, mnHeight; // Bildausmass in Pixeln
+ sal_uInt32 mnWidth, mnHeight; // Bildausmass in Pixeln
USHORT mnDstBitsPerPix;
USHORT mnDstColors;
- ULONG mnDepth, mnImageDatSize, mnType;
- ULONG mnColorMapType, mnColorMapSize;
+ sal_uInt32 mnDepth, mnImageDatSize, mnType;
+ sal_uInt32 mnColorMapType, mnColorMapSize;
BYTE mnRepCount, mnRepVal; // RLE Decoding
BOOL mbPalette;