From 554fbe94fc098b1d0c588a8b29077555be192e97 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 25 Feb 2014 21:14:43 +0000 Subject: fix comments Change-Id: I79f827b361d0afe2e9c436d3fb29847b9aaa981d --- svtools/source/contnr/svlbitm.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'svtools/source/contnr/svlbitm.cxx') diff --git a/svtools/source/contnr/svlbitm.cxx b/svtools/source/contnr/svlbitm.cxx index 6f4ad3512a15..c759d068fbe8 100644 --- a/svtools/source/contnr/svlbitm.cxx +++ b/svtools/source/contnr/svlbitm.cxx @@ -383,9 +383,7 @@ void SvLBoxButton::Paint( sal_uInt16 nStyle = eKind != SvLBoxButtonKind_disabledCheckbox && rDev.IsEnabled() ? 0 : IMAGE_DRAW_DISABLE; -/ -//Native drawing -/ + //Native drawing sal_Bool bNativeOK = sal_False; ControlType eCtrlType = (pData->IsRadio())? CTRL_RADIOBUTTON : CTRL_CHECKBOX; if ( nIndex != SV_BMP_STATICIMAGE && rDev.IsNativeControlSupported( eCtrlType, PART_ENTIRE_CONTROL) ) -- cgit v1.2.3