diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 13:07:32 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 13:07:32 +0000 |
commit | ce7862c7dbdad8c9c1cc11ab7156df00f31ab9c3 (patch) | |
tree | 99255578bf789d6a06ddfc6a41f8e3ef14e3af25 /xmloff/source/style/xmlnume.cxx | |
parent | 76782b5f7ec31ca745cf1cf83dd4ec7984f5b446 (diff) |
INTEGRATION: CWS sw30bf08 (1.32.60); FILE MERGED
2008/07/02 12:31:05 od 1.32.60.1: #i91299# export/import correct element name for new list level attributes:
- style:list-level-label-alignment instead of style:label-alignment
Diffstat (limited to 'xmloff/source/style/xmlnume.cxx')
-rw-r--r-- | xmloff/source/style/xmlnume.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/style/xmlnume.cxx b/xmloff/source/style/xmlnume.cxx index d600d382904a..2fd2565ef91a 100644 --- a/xmloff/source/style/xmlnume.cxx +++ b/xmloff/source/style/xmlnume.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: xmlnume.cxx,v $ - * $Revision: 1.33 $ + * $Revision: 1.34 $ * * This file is part of OpenOffice.org. * @@ -556,7 +556,7 @@ void SvxXMLNumRuleExport::exportLevelStyle( INT32 nLevel, } SvXMLElementExport aLabelAlignmentElement( GetExport(), XML_NAMESPACE_STYLE, - XML_LABEL_ALIGNMENT, + XML_LIST_LEVEL_LABEL_ALIGNMENT, sal_True, sal_True ); } } |