summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/control/RelationControl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/control/RelationControl.cxx')
-rw-r--r--dbaccess/source/ui/control/RelationControl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/control/RelationControl.cxx b/dbaccess/source/ui/control/RelationControl.cxx
index b2948824a191..7ecf1b00dbfe 100644
--- a/dbaccess/source/ui/control/RelationControl.cxx
+++ b/dbaccess/source/ui/control/RelationControl.cxx
@@ -527,7 +527,7 @@ namespace dbaui
pOther = m_pRightTable;
else
pOther = m_pLeftTable;
- pOther->SelectEntryPos(1 - pOther->GetSelectEntryPos());
+ pOther->SelectEntryPos(1 - pOther->GetSelectedEntryPos());
OJoinTableView::OTableWindowMap::const_iterator aIter = m_pTableMap->begin();
OTableWindow* pFirst = aIter->second;