diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-09 12:37:04 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:31:57 +0200 |
commit | 8b16cc50f4d1aeb820b3be2b6193cfea432f012a (patch) | |
tree | 36be60fd57777961a3dad569e84e52a88b625e51 /dbaccess | |
parent | e5afa5406431a3e8c0358b2c64dd64a3b0c43ef3 (diff) |
typo: te -> the
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/querydesign/JoinTableView.cxx | 2 |
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); } } |