diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-05-21 16:46:10 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-05-21 16:46:10 +0300 |
commit | 61493e499f44821405c10c4347038bde16a9072c (patch) | |
tree | 39c8d04164dda4449565c09c7cb990c293da1db8 /svx | |
parent | ff72e05c9f99ab694685536a2d05558021b14b14 (diff) |
Fix warning: statement aligned as second statement in if body ... [loplugin]
Change-Id: Ic3ef17414cbae5fea5a62d61d33e64727603d058
Diffstat (limited to 'svx')
-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() ) |