summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/relationdesign/RTableConnection.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-02-06 07:31:04 +0000
committerOcke Janssen <oj@openoffice.org>2002-02-06 07:31:04 +0000
commit943c227ce6ccd423f1d05768c504825395e170a8 (patch)
tree138984f4fd9f6d15b5ef3d57b1736f2845f62943 /dbaccess/source/ui/relationdesign/RTableConnection.cxx
parent78029666b972020ced2c3c31fcb401d9159c707d (diff)
#96957# new handling inserted for context menu and accessibility
Diffstat (limited to 'dbaccess/source/ui/relationdesign/RTableConnection.cxx')
-rw-r--r--dbaccess/source/ui/relationdesign/RTableConnection.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/dbaccess/source/ui/relationdesign/RTableConnection.cxx b/dbaccess/source/ui/relationdesign/RTableConnection.cxx
index 2b75606c2483..a74c571ec0c4 100644
--- a/dbaccess/source/ui/relationdesign/RTableConnection.cxx
+++ b/dbaccess/source/ui/relationdesign/RTableConnection.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: RTableConnection.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: oj $ $Date: 2001-02-28 10:06:52 $
+ * last change: $Author: oj $ $Date: 2002-02-06 08:24:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,6 +70,9 @@
#ifndef _SV_SVAPP_HXX
#include <vcl/svapp.hxx>
#endif
+#ifndef DBAUI_CONNECTIONLINE_HXX
+#include "ConnectionLine.hxx"
+#endif
using namespace dbaui;
//========================================================================