[Libreoffice-commits] .: xmloff/source
Caolán McNamara
caolan at kemper.freedesktop.org
Wed Nov 10 00:39:07 PST 2010
xmloff/source/style/xmlnume.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 269ebab74cf3b8c2e1f4f5b998ec562cfd422068
Author: Caolán McNamara <caolanm at redhat.com>
Date: Wed Nov 10 08:38:08 2010 +0000
last one cut too deeply, restore scoping brackets
diff --git a/xmloff/source/style/xmlnume.cxx b/xmloff/source/style/xmlnume.cxx
index b0f7814..00e0a62 100644
--- a/xmloff/source/style/xmlnume.cxx
+++ b/xmloff/source/style/xmlnume.cxx
@@ -489,6 +489,7 @@ void SvxXMLNumRuleExport::exportLevelStyle( INT32 nLevel,
}
}
+ {
SvXMLElementExport aElement( GetExport(), XML_NAMESPACE_STYLE,
XML_LIST_LEVEL_PROPERTIES, sal_True, sal_True );
@@ -539,6 +540,7 @@ void SvxXMLNumRuleExport::exportLevelStyle( INT32 nLevel,
XML_LIST_LEVEL_LABEL_ALIGNMENT,
sal_True, sal_True );
}
+ }
if( NumberingType::CHAR_SPECIAL == eType )
{
More information about the Libreoffice-commits
mailing list