summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/JoinController.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-07-06 07:23:57 +0000
committerRüdiger Timm <rt@openoffice.org>2007-07-06 07:23:57 +0000
commit4aa010f9eef00b71978478b1c75354707b6d9035 (patch)
tree3c2fa42adc904094c32fd1c6c701c75eaf8d14c1 /dbaccess/source/ui/inc/JoinController.hxx
parenta2464efb5dac948b7a59fe24c742886119f967e9 (diff)
INTEGRATION: CWS oj14 (1.20.8); FILE MERGED
2006/11/07 09:28:01 oj 1.20.8.2: RESYNC: (1.20-1.21); FILE MERGED 2006/04/25 13:03:04 oj 1.20.8.1: new include
Diffstat (limited to 'dbaccess/source/ui/inc/JoinController.hxx')
-rw-r--r--dbaccess/source/ui/inc/JoinController.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/JoinController.hxx b/dbaccess/source/ui/inc/JoinController.hxx
index a6afc1daf76d..2e8a32bf5e82 100644
--- a/dbaccess/source/ui/inc/JoinController.hxx
+++ b/dbaccess/source/ui/inc/JoinController.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: JoinController.hxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: obo $ $Date: 2006-07-10 15:28:07 $
+ * last change: $Author: rt $ $Date: 2007-07-06 08:23:57 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -41,6 +41,9 @@
#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_
#include <com/sun/star/beans/XPropertySet.hpp>
#endif
+#ifndef _DBAUI_MODULE_DBU_HXX_
+#include "moduledbu.hxx"
+#endif
#ifndef DBAUI_JOINTABLEVIEW_HXX
#include "JoinTableView.hxx"
#endif
@@ -62,6 +65,7 @@ namespace dbaui
typedef OSingleDocumentController OJoinController_BASE;
class OJoinController : public OJoinController_BASE
{
+ OModuleClient m_aModuleClient;
protected:
::std::vector<OTableConnectionData*> m_vTableConnectionData;
::std::vector<OTableWindowData*> m_vTableData;