summaryrefslogtreecommitdiff
path: root/xmloff/source/style/backhdl.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-04-19 12:36:58 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-04-19 12:36:58 +0000
commit4c9d89f6bf0a4cde6fcff3e0f382138d2cdb4f8c (patch)
tree4e527f7488b039f50647e1d792bcfd8f555e5242 /xmloff/source/style/backhdl.cxx
parente69967e193f9b1b231086d29457adec1f372aaa1 (diff)
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
Diffstat (limited to 'xmloff/source/style/backhdl.cxx')
-rw-r--r--xmloff/source/style/backhdl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/style/backhdl.cxx b/xmloff/source/style/backhdl.cxx
index 20068d69dac1..52f0a515d020 100644
--- a/xmloff/source/style/backhdl.cxx
+++ b/xmloff/source/style/backhdl.cxx
@@ -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 )