To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68079
                 Issue #|68079
                 Summary|Patch for toolkit/source/awt/vclxaccessiblecomponent.c
                        |xx
               Component|gsl
                 Version|680m179
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|tbe
             Reported by|kendy





------- Additional comments from [EMAIL PROTECTED] Wed Aug  2 07:28:35 -0700 
2006 -------
This is a follow-up of the issue 43665...  We still have the patch in 
ooo-build; it applies in IMPL_LINK( VCLXAccessibleComponent, 
WindowChildEventListener, VclSimpleEvent*, pEvent ) (few lines below the 
original problem).  Is it necessary (could it avoid a possible problem), or is 
it just bogus, and not needed?

The patch:
--- toolkit/source/awt/vclxaccessiblecomponent.cxx      2004-10-22 
17:06:04.000000000 +0530
+++ toolkit/source/awt/vclxaccessiblecomponent.cxx      2005-03-11 
13:45:05.395403899 +0530
@@ -202,7 +202,7 @@ IMPL_LINK( VCLXAccessibleComponent, Wind
        DBG_CHKTHIS(VCLXAccessibleComponent,0);
 
        DBG_ASSERT( pEvent && pEvent->ISA( VclWindowEvent ), "Unknown 
WindowEvent!" );
-       if ( pEvent && pEvent->ISA( VclWindowEvent ) )
+       if ( mxWindow.is() && pEvent && pEvent->ISA( VclWindowEvent ) )
        {
                DBG_ASSERT( ((VclWindowEvent*)pEvent)->GetWindow(), 
"Window???" );
         if( !
((VclWindowEvent*)pEvent)->GetWindow()->IsAccessibilityEventsSuppressed() || 
( pEvent->GetId() == VCLEVENT_OBJECT_DYING ) )

Thank you in advance!

---------------------------------------------------------------------
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