summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/relationdesign/RelationDesignView.cxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-08-23 13:46:27 +0000
committerFrank Schönheit <fs@openoffice.org>2001-08-23 13:46:27 +0000
commit6cbe434ba11afe3b897aaa8d82cc6ae5b8924c8f (patch)
tree9c6fbc1fcd2617710633a972205476738d5cf85f /dbaccess/source/ui/relationdesign/RelationDesignView.cxx
parent37c01e4a4edad196b0a49ff7c91308fc29a7ded0 (diff)
#88637# changes in the window hierarchy so that the query design hierarchy is more logical now
Diffstat (limited to 'dbaccess/source/ui/relationdesign/RelationDesignView.cxx')
-rw-r--r--dbaccess/source/ui/relationdesign/RelationDesignView.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/ui/relationdesign/RelationDesignView.cxx b/dbaccess/source/ui/relationdesign/RelationDesignView.cxx
index 5f28e4104a4f..2ce5db8adb04 100644
--- a/dbaccess/source/ui/relationdesign/RelationDesignView.cxx
+++ b/dbaccess/source/ui/relationdesign/RelationDesignView.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: RelationDesignView.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: oj $ $Date: 2001-06-28 14:24:04 $
+ * last change: $Author: fs $ $Date: 2001-08-23 14:46:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -145,10 +145,10 @@ ORelationDesignView::~ORelationDesignView()
DBG_DTOR(ORelationDesignView,NULL);
}
// -------------------------------------------------------------------------
-void ORelationDesignView::Construct(const Reference< ::com::sun::star::awt::XControlModel >& xModel)
+void ORelationDesignView::Construct()
{
m_pTableView = new ORelationTableView(m_pScrollWindow,this);
- OJoinDesignView::Construct(xModel); // initialize m_xMe
+ OJoinDesignView::Construct();
}
// -----------------------------------------------------------------------------
void ORelationDesignView::initialize()