summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-05-21 16:46:10 +0300
committerCaolán McNamara <caolanm@redhat.com>2013-05-22 11:34:37 +0100
commit7f14e645015ab220ece266fffa07df76a5cb02e3 (patch)
treee717786be12bcab70ad9a1b5fcf39036481f1c09
parente86a187891921e9aa16a9c98ebf051aa8aa141d8 (diff)
Fix warning: statement aligned as second statement in if body ... [loplugin]
Change-Id: Ic3ef17414cbae5fea5a62d61d33e64727603d058 (cherry picked from commit 61493e499f44821405c10c4347038bde16a9072c)
-rw-r--r--svx/source/sidebar/nbdtmg.cxx2
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() )