diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-05-13 07:08:08 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-05-13 07:08:08 +0000 |
commit | d4cfc0ae87e4e44edf20c58d5976be16b22f8904 (patch) | |
tree | f45558e3ad5e10779e50648acdef9343232fcfc8 /toolkit | |
parent | 8cfefd6bc76285627036ef1d0a38624f5cbd11db (diff) |
INTEGRATION: CWS lo5 (1.50.56); FILE MERGED
2005/04/28 15:23:31 tbe 1.50.56.1: #122218# Stacktrace ID: 179576
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/awt/vclxaccessiblecomponent.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toolkit/source/awt/vclxaccessiblecomponent.cxx b/toolkit/source/awt/vclxaccessiblecomponent.cxx index 06d278ad8b51..722106f862a4 100644 --- a/toolkit/source/awt/vclxaccessiblecomponent.cxx +++ b/toolkit/source/awt/vclxaccessiblecomponent.cxx @@ -2,9 +2,9 @@ * * $RCSfile: vclxaccessiblecomponent.cxx,v $ * - * $Revision: 1.50 $ + * $Revision: 1.51 $ * - * last change: $Author: pjunck $ $Date: 2004-10-22 11:36:04 $ + * last change: $Author: rt $ $Date: 2005-05-13 08:08:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -202,7 +202,7 @@ IMPL_LINK( VCLXAccessibleComponent, WindowEventListener, VclSimpleEvent*, pEvent DBG_CHKTHIS(VCLXAccessibleComponent,0); DBG_ASSERT( pEvent && pEvent->ISA( VclWindowEvent ), "Unknown WindowEvent!" ); - if ( pEvent && pEvent->ISA( VclWindowEvent ) ) + if ( pEvent && pEvent->ISA( VclWindowEvent ) && mxWindow.is() /* #122218# */ ) { DBG_ASSERT( ((VclWindowEvent*)pEvent)->GetWindow(), "Window???" ); if( !((VclWindowEvent*)pEvent)->GetWindow()->IsAccessibilityEventsSuppressed() || ( pEvent->GetId() == VCLEVENT_OBJECT_DYING ) ) |