summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/inc/unodatbr.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-04-04 14:00:47 +0000
committerKurt Zenker <kz@openoffice.org>2008-04-04 14:00:47 +0000
commit59dc80ba2e985a9448e4d0cfe7a6fab0e61ba00e (patch)
treecb8f48fec88a94759fa68d2f4653f07b108fb79e /dbaccess/source/ui/inc/unodatbr.hxx
parentINTEGRATION: CWS titles02 (1.81.18); FILE MERGED (diff)
downloadcore-59dc80ba2e985a9448e4d0cfe7a6fab0e61ba00e.tar.gz
core-59dc80ba2e985a9448e4d0cfe7a6fab0e61ba00e.zip
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
Diffstat (limited to 'dbaccess/source/ui/inc/unodatbr.hxx')
-rw-r--r--dbaccess/source/ui/inc/unodatbr.hxx12
1 files changed, 4 insertions, 8 deletions
diff --git a/dbaccess/source/ui/inc/unodatbr.hxx b/dbaccess/source/ui/inc/unodatbr.hxx
index aac47e803f90..31502654bee8 100644
--- a/dbaccess/source/ui/inc/unodatbr.hxx
+++ b/dbaccess/source/ui/inc/unodatbr.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: unodatbr.hxx,v $
*
- * $Revision: 1.70 $
+ * $Revision: 1.71 $
*
- * last change: $Author: kz $ $Date: 2008-03-06 18:27:09 $
+ * last change: $Author: kz $ $Date: 2008-04-04 15:00:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -170,9 +170,8 @@ namespace dbaui
::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 @@ namespace dbaui
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;