Tag: cws_src680_oj14 User: fs Date: 2007-06-23 21:21:57+0000 Modified: dba/dbaccess/source/ui/app/AppDetailView.hxx
Log: RESYNC: (1.14-1.15); FILE MERGED File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppDetailView.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppDetailView.hxx?r1=1.11.56.4&r2=1.11.56.5 Delta lines: +7 -9 ------------------- --- AppDetailView.hxx 2007-06-19 08:00:47+0000 1.11.56.4 +++ AppDetailView.hxx 2007-06-23 21:21:54+0000 1.11.56.5 @@ -173,11 +173,9 @@ /// fills the Creation listbox with the necessary strings and images void fillTaskEntryList( const TaskEntryList& _rList ); - inline bool HandleKeyInput( const KeyEvent& /*_rKEvt*/ ) + inline bool HandleKeyInput( const KeyEvent& _rKEvt ) { - // TODO: after resync to a milestone with dba23ui: - // return m_aCreation.HandleKeyInput( _rKEvt ); - return false; + return m_aCreation.HandleKeyInput( _rKEvt ); } void Clear(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
