Tag: cws_src680_os63 User: os Date: 05/08/15 01:08:33 Modified: /dba/dbaccess/source/ui/inc/ dialogcontrolling.hxx
Log: #i50349# tools/rtti.hxx removed File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: dialogcontrolling.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/dialogcontrolling.hxx?r1=1.2&r2=1.2.30.1 Delta lines: +3 -3 ------------------- --- dialogcontrolling.hxx 30 Jun 2005 16:34:31 -0000 1.2 +++ dialogcontrolling.hxx 15 Aug 2005 08:08:30 -0000 1.2.30.1 @@ -2,9 +2,9 @@ * * $RCSfile: dialogcontrolling.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.2.30.1 $ * - * last change: $Author: kz $ $Date: 2005/06/30 16:34:31 $ + * last change: $Author: os $ $Date: 2005/08/15 08:08:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -216,7 +216,7 @@ bool payAttentionTo( const VclSimpleEvent& _rEvent ) const { - const VclWindowEvent& rWindowEvent = dynamic_cast< const VclWindowEvent& >( _rEvent ); + const VclWindowEvent& rWindowEvent = static_cast< const VclWindowEvent& >( _rEvent ); if ( ( rWindowEvent.GetWindow() == &m_rWindow ) && ( ( rWindowEvent.GetId() == VCLEVENT_RADIOBUTTON_TOGGLE ) || ( rWindowEvent.GetId() == VCLEVENT_CHECKBOX_TOGGLE ) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
