summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-06-02 17:07:56 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-06-05 10:14:45 +0100
commit8b13d9a0cd76b04631db5b901ae433aecb955c30 (patch)
treefe303b229acac1833d2011f7bf202496e44a3c86 /vcl
parent5366ca39cba57c2e994c8988c21ac05a905483f3 (diff)
fix mangled indent
Change-Id: I57d0a16ed698b406cb7362a3382698fcd5bf21b2
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/window/menu.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/vcl/source/window/menu.cxx b/vcl/source/window/menu.cxx
index 4dfe6150a3d9..cb7781da2b2c 100644
--- a/vcl/source/window/menu.cxx
+++ b/vcl/source/window/menu.cxx
@@ -2943,11 +2943,11 @@ void Menu::ImplPaint( Window* pWin, sal_uInt16 nBorder, long nStartY, MenuItemDa
{
// This restores the normal menu or menu bar text
// color for when it is no longer highlighted.
- if ( bIsMenuBar )
- pWin->SetTextColor( rSettings.GetMenuBarTextColor() );
- else
- pWin->SetTextColor( rSettings.GetMenuTextColor() );
- }
+ if ( bIsMenuBar )
+ pWin->SetTextColor( rSettings.GetMenuBarTextColor() );
+ else
+ pWin->SetTextColor( rSettings.GetMenuTextColor() );
+ }
}
if( bLayout )
{