summaryrefslogtreecommitdiff
path: root/xmloff/inc/xmlehelp.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-04-19 12:36:19 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-04-19 12:36:19 +0000
commita1767a31d1c55c455007d598a1b0fdd47f976503 (patch)
treea0b47d34c89827b96100c95f43a9d483d7ab306a /xmloff/inc/xmlehelp.hxx
parent0714328a70fc72529150dee37f810330a9501dab (diff)
INTEGRATION: CWS sixtyfour05 (1.4.108); FILE MERGED
2006/04/05 09:52:03 kendy 1.4.108.1: #i63935# 64bit: long -> sal_Int32 and the like
Diffstat (limited to 'xmloff/inc/xmlehelp.hxx')
-rw-r--r--xmloff/inc/xmlehelp.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/inc/xmlehelp.hxx b/xmloff/inc/xmlehelp.hxx
index 959af781e0b9..f16ac259f9cb 100644
--- a/xmloff/inc/xmlehelp.hxx
+++ b/xmloff/inc/xmlehelp.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xmlehelp.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 13:13:24 $
+ * last change: $Author: hr $ $Date: 2006-04-19 13:36:19 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -45,10 +45,10 @@ namespace rtl { class OUStringBuffer; }
class SvXMLExportHelper
{
public:
- static void AddLength( long nValue, MapUnit eValueUnit,
+ static void AddLength( sal_Int32 nValue, MapUnit eValueUnit,
::rtl::OUStringBuffer& rOut,
MapUnit eOutUnit );
- static void AddPercentage( long nVal, ::rtl::OUStringBuffer& rOut );
+ static void AddPercentage( sal_Int32 nVal, ::rtl::OUStringBuffer& rOut );
static double GetConversionFactor(::rtl::OUStringBuffer& rUnit,
const MapUnit eCoreUnit, const MapUnit eDestUnit);
static MapUnit GetUnitFromString(const ::rtl::OUString& rString,