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.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/relationdesign/RelationDesignView.cxx b/dbaccess/source/ui/relationdesign/RelationDesignView.cxx
index 0305b4603736..a27f4a5b2eb6 100644
--- a/dbaccess/source/ui/relationdesign/RelationDesignView.cxx
+++ b/dbaccess/source/ui/relationdesign/RelationDesignView.cxx
@@ -71,7 +71,7 @@ void ORelationDesignView::initialize()
bool ORelationDesignView::PreNotify( NotifyEvent& rNEvt )
{
bool nDone = false;
- if(rNEvt.GetType() == EVENT_GETFOCUS)
+ if(rNEvt.GetType() == MouseNotifyEvent::GETFOCUS)
{
if(!m_pTableView->HasChildPathFocus())
{