To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=45930





------- Additional comments from [EMAIL PROTECTED] Thu Mar 24 04:02:43 -0800 
2005 -------
a patch to fix
Index: source/control/button.cxx
===============================================================
====
RCS file: /cvs/gsl/vcl/source/control/button.cxx,v
retrieving revision 1.37
diff -u -r1.37 button.cxx
--- source/control/button.cxx   18 Mar 2005 17:51:14 -0000      1.37
+++ source/control/button.cxx   24 Mar 2005 12:02:51 -0000
@@ -3089,7 +3089,7 @@
     if( pThis->IsNativeControlSupported( CTRL_RADIOBUTTON, PART_ENTIRE_CONTROL 
) )
     {
         ImplControlValue aControlValue;
-        Region                  aCtrlRegion( Rectangle( Point( 0, 0 ), 
GetSizePixel() ) );
+        Region  aCtrlRegion= Region( Rectangle( Point( 0, 0 ), GetSizePixel() 
) );
         ControlState    nState = CTRL_STATE_DEFAULT|CTRL_STATE_ENABLED;
         Region aBoundingRgn, aContentRgn;
         
@@ -3907,7 +3907,7 @@
     if( pThis->IsNativeControlSupported( CTRL_CHECKBOX, PART_ENTIRE_CONTROL ) )
     {
         ImplControlValue aControlValue;
-        Region                  aCtrlRegion( Rectangle( Point( 0, 0 ), 
GetSizePixel() ) );
+        Region  aCtrlRegion= Region( Rectangle( Point( 0, 0 ), GetSizePixel() 
) );
         ControlState    nState = CTRL_STATE_DEFAULT|CTRL_STATE_ENABLED;
         Region aBoundingRgn, aContentRgn;
         


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to