summaryrefslogtreecommitdiff
path: root/xmloff/source/core/xmlehelp.cxx
diff options
context:
space:
mode:
authorBjörn Milcke <bm@openoffice.org>2001-05-21 11:37:19 +0000
committerBjörn Milcke <bm@openoffice.org>2001-05-21 11:37:19 +0000
commit72f47073e49544257d9f946e82b2063d3c02646e (patch)
tree6e2d06fb721dd9d33ad78b422e5968f36073311b /xmloff/source/core/xmlehelp.cxx
parent1c98d17d10630670c4d4217c920c98a1eeb06058 (diff)
#85945# conversion for pt -> twip added, default case (from pt) changed to inches
Diffstat (limited to 'xmloff/source/core/xmlehelp.cxx')
-rw-r--r--xmloff/source/core/xmlehelp.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/core/xmlehelp.cxx b/xmloff/source/core/xmlehelp.cxx
index ba08eb6be7..7694c3e9df 100644
--- a/xmloff/source/core/xmlehelp.cxx
+++ b/xmloff/source/core/xmlehelp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlehelp.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: bm $ $Date: 2001-05-21 12:35:01 $
+ * last change: $Author: bm $ $Date: 2001-05-21 12:37:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -416,7 +416,7 @@ double SvXMLExportHelper::GetConversionFactor(::rtl::OUStringBuffer& rUnit,
case MAP_TWIP:
// 1twip = 72 / 1440 pt (exactly)
fRetval = 20.0; // 1440.0 / 72.0
- pUnit = sXML_unit_pt;
+ pUnit = sXML_unit_pc;
break;
case MAP_INCH: