Tag: cws_ooo300_dba301a User: oj Date: 2008-08-12 07:21:33+0000 Modified: dba/dbaccess/source/ui/inc/TableWindowAccess.hxx
Log: #i92253# overload ProcessWindowEvent File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: TableWindowAccess.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/TableWindowAccess.hxx?r1=1.7&r2=1.7.74.1 Delta lines: +4 -2 ------------------- --- TableWindowAccess.hxx 2008-04-10 15:19:39+0000 1.7 +++ TableWindowAccess.hxx 2008-08-12 07:21:30+0000 1.7.74.1 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: TableWindowAccess.hxx,v $ - * $Revision: 1.7 $ + * $Revision: 1.7.74.1 $ * * This file is part of OpenOffice.org. * @@ -64,6 +64,8 @@ @return true if it is editable otherwise false */ virtual sal_Bool isEditable() const; + + virtual void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ); public: OTableWindowAccess( OTableWindow* _pTable); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
