Kaydet (Commit) 554fbe94 authored tarafından Caolán McNamara's avatar Caolán McNamara

fix comments

Change-Id: I79f827b361d0afe2e9c436d3fb29847b9aaa981d
üst bee1cc83
...@@ -383,9 +383,7 @@ void SvLBoxButton::Paint( ...@@ -383,9 +383,7 @@ void SvLBoxButton::Paint(
sal_uInt16 nStyle = eKind != SvLBoxButtonKind_disabledCheckbox && sal_uInt16 nStyle = eKind != SvLBoxButtonKind_disabledCheckbox &&
rDev.IsEnabled() ? 0 : IMAGE_DRAW_DISABLE; rDev.IsEnabled() ? 0 : IMAGE_DRAW_DISABLE;
/ //Native drawing
//Native drawing
/
sal_Bool bNativeOK = sal_False; sal_Bool bNativeOK = sal_False;
ControlType eCtrlType = (pData->IsRadio())? CTRL_RADIOBUTTON : CTRL_CHECKBOX; ControlType eCtrlType = (pData->IsRadio())? CTRL_RADIOBUTTON : CTRL_CHECKBOX;
if ( nIndex != SV_BMP_STATICIMAGE && rDev.IsNativeControlSupported( eCtrlType, PART_ENTIRE_CONTROL) ) if ( nIndex != SV_BMP_STATICIMAGE && rDev.IsNativeControlSupported( eCtrlType, PART_ENTIRE_CONTROL) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment