Kaydet (Commit) 4c9d89f6 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS sixtyfour05 (1.4.108); FILE MERGED

2006/04/05 09:52:05 kendy 1.4.108.1: #i63935#
64bit: long -> sal_Int32 and the like
üst e69967e1
......@@ -4,9 +4,9 @@
*
* $RCSfile: backhdl.cxx,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: rt $ $Date: 2005-09-09 14:36:42 $
* last change: $Author: hr $ $Date: 2006-04-19 13:36:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -106,7 +106,7 @@ sal_Bool XMLBackGraphicPositionPropHdl::importXML( const OUString& rStrImpValue,
}
else if( -1 != aToken.indexOf( sal_Unicode('%') ) )
{
long nPrc = 50;
sal_Int32 nPrc = 50;
if( rUnitConverter.convertPercent( nPrc, aToken ) )
{
if( !bHori )
......
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