Kaydet (Commit) 78a20557 authored tarafından Felix Zhang's avatar Felix Zhang Kaydeden (comit) Muthu Subramanian

bnc#793414: Bullet points are not indented correctly.

üst dabe10eb
...@@ -378,6 +378,8 @@ void TextParagraphProperties::apply( const TextParagraphProperties& rSourceProps ...@@ -378,6 +378,8 @@ void TextParagraphProperties::apply( const TextParagraphProperties& rSourceProps
moParaLeftMargin = rSourceProps.moParaLeftMargin; moParaLeftMargin = rSourceProps.moParaLeftMargin;
if ( rSourceProps.moFirstLineIndentation ) if ( rSourceProps.moFirstLineIndentation )
moFirstLineIndentation = rSourceProps.moFirstLineIndentation; moFirstLineIndentation = rSourceProps.moFirstLineIndentation;
if( rSourceProps.mnLevel )
mnLevel = rSourceProps.mnLevel;
} }
void TextParagraphProperties::pushToPropSet( const ::oox::core::XmlFilterBase* pFilterBase, void TextParagraphProperties::pushToPropSet( const ::oox::core::XmlFilterBase* pFilterBase,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment