Tag: cws_src680_dba20blocker User: fs Date: 05/06/23 05:33:04 Modified: /dba/dbaccess/source/ui/app/ AppDetailView.hxx
Log: copying fix for #i49390# into this CWS 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.7&r2=1.7.66.1 Delta lines: +6 -3 ------------------- --- AppDetailView.hxx 10 Mar 2005 16:44:54 -0000 1.7 +++ AppDetailView.hxx 23 Jun 2005 12:33:02 -0000 1.7.66.1 @@ -2,9 +2,9 @@ * * $RCSfile: AppDetailView.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.7.66.1 $ * - * last change: $Author: vg $ $Date: 2005/03/10 16:44:54 $ + * last change: $Author: fs $ $Date: 2005/06/23 12:33:02 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -128,11 +128,14 @@ virtual void GetFocus(); virtual void LoseFocus(); + inline void resetLastActive() { m_pLastActiveEntry = NULL;} + void updateHelpText(); protected: virtual void PreparePaint( SvLBoxEntry* _pEntry ); virtual Rectangle GetFocusRect( SvLBoxEntry* _pEntry, long _nLine ); + virtual void ModelHasCleared(); private: void onSelected( SvLBoxEntry* _pEntry ) const; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
