summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/tabledesign/TableFieldControl.cxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-03-19 05:04:38 +0000
committerFrank Schönheit <fs@openoffice.org>2001-03-19 05:04:38 +0000
commitf0be09160ca0421fc2e22dab03d3d3e95a320a89 (patch)
treeb9e8fc140ffb276dcd84a7ac0b3ef52c49aab2ce /dbaccess/source/ui/tabledesign/TableFieldControl.cxx
parent+QUERY_SAVE_TABLE_EDIT_INDEXES (diff)
downloadcore-f0be09160ca0421fc2e22dab03d3d3e95a320a89.tar.gz
core-f0be09160ca0421fc2e22dab03d3d3e95a320a89.zip
moved an include from a header to the appropriate cxx files
Diffstat (limited to 'dbaccess/source/ui/tabledesign/TableFieldControl.cxx')
-rw-r--r--dbaccess/source/ui/tabledesign/TableFieldControl.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/dbaccess/source/ui/tabledesign/TableFieldControl.cxx b/dbaccess/source/ui/tabledesign/TableFieldControl.cxx
index b385b35d7dc2..ef1f11d8263d 100644
--- a/dbaccess/source/ui/tabledesign/TableFieldControl.cxx
+++ b/dbaccess/source/ui/tabledesign/TableFieldControl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: TableFieldControl.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: oj $ $Date: 2001-03-14 10:35:11 $
+ * last change: $Author: fs $ $Date: 2001-03-19 06:04:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,6 +61,9 @@
#ifndef DBAUI_TABLEFIELDCONTROL_HXX
#include "TableFieldControl.hxx"
#endif
+#ifndef DBUI_TABLECONTROLLER_HXX
+#include "TableController.hxx"
+#endif
#ifndef DBAUI_TABLEDESIGNVIEW_HXX
#include "TableDesignView.hxx"
#endif