summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/relationdesign/RelationDesignView.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/relationdesign/RelationDesignView.cxx')
-rw-r--r--dbaccess/source/ui/relationdesign/RelationDesignView.cxx17
1 files changed, 5 insertions, 12 deletions
diff --git a/dbaccess/source/ui/relationdesign/RelationDesignView.cxx b/dbaccess/source/ui/relationdesign/RelationDesignView.cxx
index 602b79323d89..9f72313c1a98 100644
--- a/dbaccess/source/ui/relationdesign/RelationDesignView.cxx
+++ b/dbaccess/source/ui/relationdesign/RelationDesignView.cxx
@@ -51,18 +51,18 @@ ORelationDesignView::ORelationDesignView(Window* _pParent, ORelationController&
{
DBG_CTOR(ORelationDesignView,NULL);
}
-// -----------------------------------------------------------------------------
+
ORelationDesignView::~ORelationDesignView()
{
DBG_DTOR(ORelationDesignView,NULL);
}
-// -------------------------------------------------------------------------
+
void ORelationDesignView::Construct()
{
m_pTableView = new ORelationTableView(m_pScrollWindow,this);
OJoinDesignView::Construct();
}
-// -----------------------------------------------------------------------------
+
void ORelationDesignView::initialize()
{
m_pTableView->clearLayoutInformation();
@@ -70,7 +70,7 @@ void ORelationDesignView::initialize()
OJoinDesignView::initialize();
}
-// -----------------------------------------------------------------------------
+
long ORelationDesignView::PreNotify( NotifyEvent& rNEvt )
{
long nDone = 0L;
@@ -86,19 +86,12 @@ long ORelationDesignView::PreNotify( NotifyEvent& rNEvt )
nDone = OJoinDesignView::PreNotify(rNEvt);
return nDone;
}
-// -----------------------------------------------------------------------------
+
void ORelationDesignView::GetFocus()
{
OJoinDesignView::GetFocus();
if ( m_pTableView && m_pTableView->IsVisible() && !m_pTableView->GetTabWinMap()->empty() )
m_pTableView->GrabTabWinFocus();
}
-// -----------------------------------------------------------------------------
-
-
-
-
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */