summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/RelationController.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-01 14:17:45 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-01 14:17:45 +0000
commit181abefe7aed6fb6fad2ab675c8be54f4b4b4f08 (patch)
tree5c7aef754ce4a120fb06aea8aeb8a1b61a4f860b /dbaccess/source/ui/inc/RelationController.hxx
parenta148028eb0aadef99931a1e31398e392020933b5 (diff)
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
Diffstat (limited to 'dbaccess/source/ui/inc/RelationController.hxx')
-rw-r--r--dbaccess/source/ui/inc/RelationController.hxx7
1 files changed, 3 insertions, 4 deletions
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<ORelationDesignView*>(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();