Tag: cws_ooo300_dba301a User: oj Date: 2008-08-12 07:21:55+0000 Modified: dba/dbaccess/source/ui/querydesign/TableWindowAccess.cxx
Log: #i92253# overload ProcessWindowEvent File Changes: Directory: /dba/dbaccess/source/ui/querydesign/ =============================================== File [changed]: TableWindowAccess.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/TableWindowAccess.cxx?r1=1.14&r2=1.14.34.1 Delta lines: +11 -3 -------------------- --- TableWindowAccess.cxx 2008-06-25 12:54:35+0000 1.14 +++ TableWindowAccess.cxx 2008-08-12 07:21:52+0000 1.14.34.1 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: TableWindowAccess.cxx,v $ - * $Revision: 1.14 $ + * $Revision: 1.14.34.1 $ * * This file is part of OpenOffice.org. * @@ -92,6 +92,14 @@ VCLXAccessibleComponent::disposing(); } // ----------------------------------------------------------------------------- + void OTableWindowAccess::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) + { + if ( rVclWindowEvent.GetId() == VCLEVENT_OBJECT_DYING ) + m_pTable = NULL; + + VCLXAccessibleComponent::ProcessWindowEvent( rVclWindowEvent ); + } + // ----------------------------------------------------------------------------- Any SAL_CALL OTableWindowAccess::queryInterface( const Type& aType ) throw (RuntimeException) { Any aRet(VCLXAccessibleComponent::queryInterface( aType )); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]