diff options
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/outliner/outliner.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/outliner/outliner.cxx b/editeng/source/outliner/outliner.cxx index 1f870bc82c4d..ba1a901d36de 100644 --- a/editeng/source/outliner/outliner.cxx +++ b/editeng/source/outliner/outliner.cxx @@ -928,7 +928,7 @@ void Outliner::PaintBullet( sal_Int32 nPara, const Point& rStartPos, bDrawBullet = rBulletState.GetValue() ? true : false; } - if ( ImplHasNumberFormat( nPara ) && bDrawBullet) + if (bDrawBullet && ImplHasNumberFormat(nPara)) { bool bVertical = IsVertical(); |