summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLTextColumnsExport.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-07-13 07:36:14 +0000
committerRüdiger Timm <rt@openoffice.org>2004-07-13 07:36:14 +0000
commit504694354b01359f46f781f64630e481a95de01f (patch)
tree00e15f7a7ebd49f54634b5daf25fb82e49293f18 /xmloff/source/text/XMLTextColumnsExport.cxx
parent7c6b81022909040dbd228dacf0ce49f070593735 (diff)
INTEGRATION: CWS oasis (1.5.276); FILE MERGED
2004/04/19 12:34:27 mib 1.5.276.1: - changed "graphics" style family to "graphic" (#i20153#) - replaced "inch" with "in" (#i18170#)
Diffstat (limited to 'xmloff/source/text/XMLTextColumnsExport.cxx')
-rw-r--r--xmloff/source/text/XMLTextColumnsExport.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/text/XMLTextColumnsExport.cxx b/xmloff/source/text/XMLTextColumnsExport.cxx
index 0f6e27e7a23e..0d96f8f5da96 100644
--- a/xmloff/source/text/XMLTextColumnsExport.cxx
+++ b/xmloff/source/text/XMLTextColumnsExport.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLTextColumnsExport.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: dvo $ $Date: 2001-06-29 21:07:22 $
+ * last change: $Author: rt $ $Date: 2004-07-13 08:36:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -223,13 +223,13 @@ void XMLTextColumnsExport::exportXML( const Any& rAny )
// fo:margin-left
GetExport().GetMM100UnitConverter().convertMeasure( sValue,
pColumns->LeftMargin );
- GetExport().AddAttribute( XML_NAMESPACE_FO, XML_MARGIN_LEFT,
+ GetExport().AddAttribute( XML_NAMESPACE_FO, XML_START_INDENT,
sValue.makeStringAndClear() );
// fo:margin-right
GetExport().GetMM100UnitConverter().convertMeasure( sValue,
pColumns->RightMargin );
- GetExport().AddAttribute( XML_NAMESPACE_FO, XML_MARGIN_RIGHT,
+ GetExport().AddAttribute( XML_NAMESPACE_FO, XML_END_INDENT,
sValue.makeStringAndClear() );
// style:column