diff options
author | Felix Zhang <fezhang@suse.com> | 2013-04-25 19:22:29 +0530 |
---|---|---|
committer | Muthu Subramanian <sumuthu@suse.com> | 2013-04-25 19:23:34 +0530 |
commit | 78a20557601d9ca7b446df0cffa72398576741ed (patch) | |
tree | 0885bee3d7da564eaf79a497434322f47c757435 /oox | |
parent | dabe10eb94fda61ec39932548c4279611b057658 (diff) |
bnc#793414: Bullet points are not indented correctly.
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/drawingml/textparagraphproperties.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/oox/source/drawingml/textparagraphproperties.cxx b/oox/source/drawingml/textparagraphproperties.cxx index 4598c62fa59e..585695deb042 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, |