[Libreoffice-commits] core.git: svtools/source
Caolán McNamara
caolanm at redhat.com
Tue Feb 25 13:15:43 PST 2014
svtools/source/contnr/svlbitm.cxx | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
New commits:
commit 554fbe94fc098b1d0c588a8b29077555be192e97
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue Feb 25 21:14:43 2014 +0000
fix comments
Change-Id: I79f827b361d0afe2e9c436d3fb29847b9aaa981d
diff --git a/svtools/source/contnr/svlbitm.cxx b/svtools/source/contnr/svlbitm.cxx
index 6f4ad35..c759d06 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) )
More information about the Libreoffice-commits
mailing list