Kaydet (Commit) bc35e9f3 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS sixtyfour11 (1.25.236); FILE MERGED

2007/02/22 18:43:23 kendy 1.25.236.1: #i74786#
Fix occurrences of sizeof(ULONG) where should be sizeof(sal_uInt32) - could break on 64bit.
üst 35e1f96a
......@@ -4,9 +4,9 @@
*
* $RCSfile: flditem.cxx,v $
*
* $Revision: 1.25 $
* $Revision: 1.26 $
*
* last change: $Author: obo $ $Date: 2006-10-12 12:53:54 $
* last change: $Author: rt $ $Date: 2007-04-25 14:52:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -402,7 +402,7 @@ void SvxURLField::Load( SvPersistStream & rStm )
{
USHORT nFormat;
sal_uInt32 nFrameMarker, nCharSetMarker;
long nUlongSize = (long)sizeof(ULONG);
long nUlongSize = (long)sizeof(sal_uInt32);
String aTmpURL;
rStm >> nFormat;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment