summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign/JoinTableView.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/querydesign/JoinTableView.cxx')
-rw-r--r--dbaccess/source/ui/querydesign/JoinTableView.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/querydesign/JoinTableView.cxx b/dbaccess/source/ui/querydesign/JoinTableView.cxx
index 197402e15e7a..66c6b0ef4662 100644
--- a/dbaccess/source/ui/querydesign/JoinTableView.cxx
+++ b/dbaccess/source/ui/querydesign/JoinTableView.cxx
@@ -1373,7 +1373,7 @@ bool OJoinTableView::PreNotify(NotifyEvent& rNEvt)
{
GrabFocus();
// necessary : a conn may be selected even if a tab win has the focus, in this case
- // the next travel would select the same conn again if we would not reset te focus ...
+ // the next travel would select the same conn again if we would not reset the focus ...
SelectConn(pNextConn);
}
}