summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-08-31 12:53:21 +0000
committerKurt Zenker <kz@openoffice.org>2004-08-31 12:53:21 +0000
commit22e9875df2ceffaf3cac35c9f6f77bdf8c1ea43d (patch)
tree5f34a5456352e0e8cc5e932283b0dab3f7e80450
parentb39fa3c1a16403d67bb4ac390d82a338bbab516e (diff)
INTEGRATION: CWS c02v1 (1.10.60); FILE MERGED
2004/08/13 14:10:17 dvo 1.10.60.1: #i32480# fix: save left margins for table use SvxLRSpaceItem::GetLeft() instead of ::GetTxtLeft()
-rw-r--r--sw/source/filter/xml/xmlexpit.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/filter/xml/xmlexpit.cxx b/sw/source/filter/xml/xmlexpit.cxx
index 8c24dfda4132..1c4da469991f 100644
--- a/sw/source/filter/xml/xmlexpit.cxx
+++ b/sw/source/filter/xml/xmlexpit.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlexpit.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: obo $ $Date: 2004-08-12 12:56:40 $
+ * last change: $Author: kz $ $Date: 2004-08-31 13:53:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -474,7 +474,7 @@ sal_Bool SvXMLExportItemMapper::QueryXMLValue(
if(pLRSpace->GetPropLeft() != 100)
rUnitConverter.convertPercent( aOut, pLRSpace->GetPropLeft() );
else
- rUnitConverter.convertMeasure( aOut, pLRSpace->GetTxtLeft() );
+ rUnitConverter.convertMeasure( aOut, pLRSpace->GetLeft() );
break;
case MID_R_MARGIN: