From ce7862c7dbdad8c9c1cc11ab7156df00f31ab9c3 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 11 Jul 2008 13:07:32 +0000 Subject: 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 --- xmloff/source/style/xmlnume.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xmloff/source/style/xmlnume.cxx') 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 ); } } -- cgit