diff options
-rw-r--r-- | svx/source/sidebar/nbdtmg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sidebar/nbdtmg.cxx b/svx/source/sidebar/nbdtmg.cxx index 2acc98dc04d0..e88c9f5c5484 100644 --- a/svx/source/sidebar/nbdtmg.cxx +++ b/svx/source/sidebar/nbdtmg.cxx @@ -1953,7 +1953,7 @@ sal_Bool OutlineTypeMgr::ApplyNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_uIn aFmt.SetBulletFont( &aCreateFont ); } }else - aFmt.SetBulletFont( &rActBulletFont ); + aFmt.SetBulletFont( &rActBulletFont ); sal_Unicode cChar = 0; if( pLevelSettings->sBulletChar.getLength() ) |