[Libreoffice-commits] core.git: Branch 'distro/suse/suse-4.0' - oox/source

Felix Zhang fezhang at suse.com
Thu Apr 25 06:55:28 PDT 2013


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

New commits:
commit e01435a0c1910caf86712ab71f7b714f6ed9c782
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 7889da2..94ad04f 100644
--- a/oox/source/drawingml/textparagraphproperties.cxx
+++ b/oox/source/drawingml/textparagraphproperties.cxx
@@ -380,6 +380,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