summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/bitmapex.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-01-03 16:40:57 +0000
committerOliver Bolte <obo@openoffice.org>2005-01-03 16:40:57 +0000
commit3792a26b10d0680b0998794cc096db499a6624ae (patch)
tree2ab9dec1a232540a730271dd46d497f3cd76fcfd /vcl/source/gdi/bitmapex.cxx
parentd1230de0e8c1187846c56cff378ceebac24fa25d (diff)
INTEGRATION: CWS res32bit (1.12.54); FILE MERGED
2004/11/05 14:27:28 pl 1.12.54.1: #i34513# more adjustments for resource 32bit change
Diffstat (limited to 'vcl/source/gdi/bitmapex.cxx')
-rw-r--r--vcl/source/gdi/bitmapex.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/source/gdi/bitmapex.cxx b/vcl/source/gdi/bitmapex.cxx
index 5efe95e83356..829f6b4b40f1 100644
--- a/vcl/source/gdi/bitmapex.cxx
+++ b/vcl/source/gdi/bitmapex.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: bitmapex.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: rt $ $Date: 2004-09-08 15:05:36 $
+ * last change: $Author: obo $ $Date: 2005-01-03 17:40:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -127,8 +127,8 @@ BitmapEx::BitmapEx( const ResId& rResId ) :
ResMgr* pResMgr = NULL;
ResMgr::GetResourceSkipHeader( rResId.SetRT( RSC_BITMAP ), &pResMgr );
- pResMgr->ReadShort();
- pResMgr->ReadShort();
+ pResMgr->ReadLong();
+ pResMgr->ReadLong();
const String aFileName( pResMgr->ReadString() );