summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-10-05 13:19:02 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-10-05 18:51:35 -0500
commit4e8e8a70ec8bcd0883d1b58467151e95b87929f1 (patch)
tree95c04ea9bcf8a185305a2ec85ac36e7186fb7708
parentce45b2086fe422a4ae48ea0d96d0cc6286022015 (diff)
accfixes2: add bullet char only if GetNumberingType is SVX_NUM_CHAR_SPECIAL
-rw-r--r--editeng/source/uno/unonrule.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/editeng/source/uno/unonrule.cxx b/editeng/source/uno/unonrule.cxx
index a69aadaed881..da5e7d655db1 100644
--- a/editeng/source/uno/unonrule.cxx
+++ b/editeng/source/uno/unonrule.cxx
@@ -222,6 +222,7 @@ Sequence<beans::PropertyValue> SvxUnoNumberingRules::getNumberingRuleByIndex( sa
pArray[nIdx++] = aSuffixProp;
}
+ if(SVX_NUM_CHAR_SPECIAL == rFmt.GetNumberingType())
{
sal_Unicode nCode = rFmt.GetBulletChar();
OUString aStr( &nCode, 1 );