summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-04-04 13:02:00 +0000
committerKurt Zenker <kz@openoffice.org>2008-04-04 13:02:00 +0000
commit9b37d2c9f2dbf34b87004353aacde9064cbb178b (patch)
tree613d59dc84921e398d77cc2a93edec3f5ff19d88 /dbaccess
parent35d0f11d0644b761e52679e7b1f3f969f7185ff1 (diff)
INTEGRATION: CWS titles02 (1.38.58); FILE MERGED
2007/12/10 11:39:01 oj 1.38.58.1: #i45909# #i45617# #i71469# change title handling
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/inc/TableController.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/dbaccess/source/ui/inc/TableController.hxx b/dbaccess/source/ui/inc/TableController.hxx
index 44cdd2f71f02..dd4506c7df7c 100644
--- a/dbaccess/source/ui/inc/TableController.hxx
+++ b/dbaccess/source/ui/inc/TableController.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: TableController.hxx,v $
*
- * $Revision: 1.38 $
+ * $Revision: 1.39 $
*
- * last change: $Author: rt $ $Date: 2007-07-06 08:24:41 $
+ * last change: $Author: kz $ $Date: 2008-04-04 14:02:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -107,7 +107,6 @@ namespace dbaui
void reload();
- protected:
// all the features which should be handled by this class
virtual void describeSupportedFeatures();
// state of a feature. 'feature' may be the handle of a ::com::sun::star::util::URL somebody requested a dispatch interface for OR a toolbar slot.
@@ -117,7 +116,7 @@ namespace dbaui
virtual void losingConnection( );
- virtual void updateTitle();
+ virtual ::rtl::OUString getPrivateTitle( ) const;
void doEditIndexes();
sal_Bool doSaveDoc(sal_Bool _bSaveAs);