summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/inc/RelationTableView.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-03-23 08:09:24 +0000
committerOcke Janssen <oj@openoffice.org>2001-03-23 08:09:24 +0000
commite5616b75e14b944de0f47d41311136b29dda4d55 (patch)
treea60511ddb1dbdb5535e5dd13fceed2ca0e8877d9 /dbaccess/source/ui/inc/RelationTableView.hxx
parentcorrected spelling (diff)
downloadcore-e5616b75e14b944de0f47d41311136b29dda4d55.tar.gz
core-e5616b75e14b944de0f47d41311136b29dda4d55.zip
#85270# check if there are any tables in the dialog
Diffstat (limited to 'dbaccess/source/ui/inc/RelationTableView.hxx')
-rw-r--r--dbaccess/source/ui/inc/RelationTableView.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/RelationTableView.hxx b/dbaccess/source/ui/inc/RelationTableView.hxx
index b198bfa34993..86ec39ab46f8 100644
--- a/dbaccess/source/ui/inc/RelationTableView.hxx
+++ b/dbaccess/source/ui/inc/RelationTableView.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: RelationTableView.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: oj $ $Date: 2001-02-28 10:05:04 $
+ * last change: $Author: oj $ $Date: 2001-03-23 09:09:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,7 +80,7 @@ namespace dbaui
virtual ~ORelationTableView();
// virtual void AddTabWin(const ::rtl::OUString& _rComposedName, const ::rtl::OUString& rWinName, BOOL bNewTable = FALSE);
- // virtual void RemoveTabWin( OTableWindow* pTabWin );
+ virtual void RemoveTabWin( OTableWindow* pTabWin );
virtual void AddConnection(const OJoinExchangeData& jxdSource, const OJoinExchangeData& jxdDest);
virtual BOOL RemoveConnection(OTableConnection* pConn);