From e5616b75e14b944de0f47d41311136b29dda4d55 Mon Sep 17 00:00:00 2001 From: Ocke Janssen Date: Fri, 23 Mar 2001 08:09:24 +0000 Subject: #85270# check if there are any tables in the dialog --- dbaccess/source/ui/inc/RelationTableView.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dbaccess/source/ui/inc/RelationTableView.hxx') 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); -- cgit