User: kz Date: 2008-04-04 15:00:50+0000 Modified: dba/dbaccess/source/ui/inc/unodatbr.hxx
Log: INTEGRATION: CWS titles02 (1.69.42); FILE MERGED 2007/12/10 11:39:01 oj 1.69.42.1: #i45909# #i45617# #i71469# change title handling File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: unodatbr.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/unodatbr.hxx?r1=1.70&r2=1.71 Delta lines: +2 -6 ------------------- --- unodatbr.hxx 2008-03-06 18:27:09+0000 1.70 +++ unodatbr.hxx 2008-04-04 15:00:47+0000 1.71 @@ -170,9 +170,8 @@ ::boost::optional< bool > m_aDocScriptSupport; // relevant if and only if we are associated with exactly one DBDoc - /** updateTitle will be called when a new frame is attached - */ - virtual void updateTitle( ); + + virtual ::rtl::OUString getPrivateTitle( ) const; // attribute access public: SbaTableQueryBrowser(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rM); @@ -465,9 +464,6 @@ void* _pTreeListUserData // in rela a DBTreeListModel::DBTreeListUserData*, but we do not know this class here .... ); - // sets a frame title - void setDefaultTitle(); - #ifdef DBG_UTIL // checks whether the given tree entry denotes a data source bool impl_isDataSourceEntry( SvLBoxEntry* _pEntry ) const; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
