oox/source/drawingml/textparagraphproperties.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 78a20557601d9ca7b446df0cffa72398576741ed
Author: Felix Zhang <fezh...@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,
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to