fix old indent

Change-Id: I05781f34ed22801ac2d99629a0914c069201a918
This commit is contained in:
Caolán McNamara
2013-07-17 15:29:56 +01:00
parent 015fc22e0d
commit 47e2359ded

View File

@@ -2084,8 +2084,8 @@ void RadioButton::ImplDrawRadioButtonState()
} }
if ( bNativeOK == sal_False ) if ( bNativeOK == sal_False )
{ {
// kein Image-RadioButton // kein Image-RadioButton
if ( !maImage ) if ( !maImage )
{ {
@@ -2167,7 +2167,7 @@ if ( bNativeOK == sal_False )
if ( HasFocus() ) if ( HasFocus() )
ShowFocus( ImplGetFocusRect() ); ShowFocus( ImplGetFocusRect() );
} }
} }
} }
// ----------------------------------------------------------------------- // -----------------------------------------------------------------------