diff options
author | Ocke Janssen <oj@openoffice.org> | 2001-02-28 09:18:26 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2001-02-28 09:18:26 +0000 |
commit | c1d5dbccf353723e777a0f8710284b8125df8db6 (patch) | |
tree | 3887bc631bbbd1ca7774ca39f89545c626f7a7f3 /dbaccess/source/ui/querydesign/QTableConnection.cxx | |
parent | 8c2bf53436630c8685d35c7a4d41fca234190ed1 (diff) |
relation design changes
Diffstat (limited to 'dbaccess/source/ui/querydesign/QTableConnection.cxx')
-rw-r--r-- | dbaccess/source/ui/querydesign/QTableConnection.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dbaccess/source/ui/querydesign/QTableConnection.cxx b/dbaccess/source/ui/querydesign/QTableConnection.cxx index a8e7ea2b9ab8..c8194ef25560 100644 --- a/dbaccess/source/ui/querydesign/QTableConnection.cxx +++ b/dbaccess/source/ui/querydesign/QTableConnection.cxx @@ -2,9 +2,9 @@ * * $RCSfile: QTableConnection.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: oj $ $Date: 2001-02-05 09:20:08 $ + * last change: $Author: oj $ $Date: 2001-02-28 10:18:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -64,6 +64,9 @@ #ifndef _TOOLS_DEBUG_HXX #include <tools/debug.hxx> #endif +#ifndef DBAUI_QUERYTABLEVIEW_HXX +#include "QueryTableView.hxx" +#endif using namespace dbaui; |