From 181abefe7aed6fb6fad2ab675c8be54f4b4b4f08 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Thu, 1 Nov 2007 14:17:45 +0000 Subject: INTEGRATION: CWS dba24b (1.16.172); FILE MERGED 2007/08/16 06:14:43 oj 1.16.172.1: #i56898# clean up of the class structure --- dbaccess/source/ui/inc/RelationController.hxx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'dbaccess/source/ui/inc/RelationController.hxx') diff --git a/dbaccess/source/ui/inc/RelationController.hxx b/dbaccess/source/ui/inc/RelationController.hxx index 036eb8f8d..4cabdfa92 100644 --- a/dbaccess/source/ui/inc/RelationController.hxx +++ b/dbaccess/source/ui/inc/RelationController.hxx @@ -4,9 +4,9 @@ * * $RCSfile: RelationController.hxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: obo $ $Date: 2006-07-10 15:28:51 $ + * last change: $Author: hr $ $Date: 2007-11-01 15:17:45 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -64,7 +64,7 @@ namespace dbaui ORelationDesignView* getRelationView() { return static_cast(m_pView); } void loadData(); - sal_Bool existsTable(const ::rtl::OUString& _rComposedTableName) const; + TTableWindowData::value_type existsTable(const ::rtl::OUString& _rComposedTableName) const; // load the window positions out of the datasource void loadLayoutInformation(); @@ -92,7 +92,6 @@ namespace dbaui virtual bool allowQueries() const; protected: - virtual OTableWindowData* createTableWindowData(); // ask the user if the design should be saved when it is modified virtual short saveModified(); virtual void reset(); -- cgit v1.2.3