summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Zhang <fezhang@suse.com>2013-04-18 18:20:18 +0800
committerAndras Timar <atimar@suse.com>2013-04-22 17:36:03 +0200
commit97e888fc212276de19ec8158a5e778f942c6b7d1 (patch)
tree93064f829eba7dcf993b149195f23e6c335a1de2
parent22c511b1fcf7a4178e23c136be3d30a7734d855d (diff)
bnc#793414: Fix the mis-displayed bullet charsuse-3.6-18
The bullet char is mistakenly set to Level 0 without setting the correct NumberingLevel Change-Id: Ie72abac83f91e9a047578d0e8334d98a358e2aee
-rw-r--r--oox/source/drawingml/textparagraphproperties.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/source/drawingml/textparagraphproperties.cxx b/oox/source/drawingml/textparagraphproperties.cxx
index 3a0d67e163d1..fdf78ee4d989 100644
--- a/oox/source/drawingml/textparagraphproperties.cxx
+++ b/oox/source/drawingml/textparagraphproperties.cxx
@@ -389,6 +389,7 @@ void TextParagraphProperties::apply( const TextParagraphProperties& rSourceProps
moParaLeftMargin = rSourceProps.moParaLeftMargin;
if ( rSourceProps.moFirstLineIndentation )
moFirstLineIndentation = rSourceProps.moFirstLineIndentation;
+ mnLevel = rSourceProps.mnLevel;
}
void TextParagraphProperties::pushToPropSet( const ::oox::core::XmlFilterBase* pFilterBase,