summaryrefslogtreecommitdiff
path: root/xmloff/inc/xmlehelp.hxx
diff options
context:
space:
mode:
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,