Tag: cws_src680_dba24 User: oj Date: 05/02/11 04:32:24 Modified: /dba/dbaccess/source/ui/app/ AppDetailView.cxx, AppDetailView.hxx
Log: #i42473# clear description as ell when changing to another categorie File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppDetailView.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppDetailView.cxx?r1=1.6.4.1&r2=1.6.4.2 Delta lines: +4 -3 ------------------- --- AppDetailView.cxx 1 Feb 2005 15:48:51 -0000 1.6.4.1 +++ AppDetailView.cxx 11 Feb 2005 12:32:21 -0000 1.6.4.2 @@ -481,6 +481,7 @@ m_aHelpText.Show(); m_aDescription.Show(); m_aFL.Show(); + m_aCreation.updateHelpText(); } // ----------------------------------------------------------------------------- void OTasksWindow::Clear() File [changed]: AppDetailView.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppDetailView.hxx?r1=1.6.4.1&r2=1.6.4.2 Delta lines: +5 -4 ------------------- --- AppDetailView.hxx 1 Feb 2005 15:48:52 -0000 1.6.4.1 +++ AppDetailView.hxx 11 Feb 2005 12:32:21 -0000 1.6.4.2 @@ -128,6 +128,8 @@ virtual void GetFocus(); virtual void LoseFocus(); + void updateHelpText(); + protected: virtual void PreparePaint( SvLBoxEntry* _pEntry ); virtual Rectangle GetFocusRect( SvLBoxEntry* _pEntry, long _nLine ); @@ -138,7 +140,6 @@ @return <TRUE/> if and only if the "current entry" changed */ bool setCurrentEntryInvalidate( SvLBoxEntry* _pEntry ); - void updateHelpText(); }; typedef ::std::pair< ::rtl::OUString,USHORT> TResourcePair; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
