[Libreoffice-commits] core.git: oox/source
Felix Zhang
fezhang at suse.com
Thu Apr 25 06:52:29 PDT 2013
oox/source/drawingml/textparagraphproperties.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 78a20557601d9ca7b446df0cffa72398576741ed
Author: Felix Zhang <fezhang at suse.com>
Date: Thu Apr 25 19:22:29 2013 +0530
bnc#793414: Bullet points are not indented correctly.
diff --git a/oox/source/drawingml/textparagraphproperties.cxx b/oox/source/drawingml/textparagraphproperties.cxx
index 4598c62..585695d 100644
--- a/oox/source/drawingml/textparagraphproperties.cxx
+++ b/oox/source/drawingml/textparagraphproperties.cxx
@@ -378,6 +378,8 @@ void TextParagraphProperties::apply( const TextParagraphProperties& rSourceProps
moParaLeftMargin = rSourceProps.moParaLeftMargin;
if ( rSourceProps.moFirstLineIndentation )
moFirstLineIndentation = rSourceProps.moFirstLineIndentation;
+ if( rSourceProps.mnLevel )
+ mnLevel = rSourceProps.mnLevel;
}
void TextParagraphProperties::pushToPropSet( const ::oox::core::XmlFilterBase* pFilterBase,
More information about the Libreoffice-commits
mailing list