diff options
author | jan iversen <jani@libreoffice.org> | 2017-02-22 08:46:08 +0000 |
---|---|---|
committer | jan iversen <jani@libreoffice.org> | 2017-02-22 08:46:44 +0000 |
commit | ab92c84dfe600f320f37b6126cab11385a6fbdd1 (patch) | |
tree | 4370b3cd4f0542f41c1405b57adb79f2023db94f /dbaccess | |
parent | 65c43905c3396412b08eb09c58830d0acd9ad72c (diff) |
Revert "Fix typos"
This reverts commit ffd7f8fcfc2b551509e9cb31c0920e0f64292ea7.
Caused some problems, need to be broken down.
Change-Id: Iee816a266c32e7cebe623d36300c13d079e77c52
Reviewed-on: https://gerrit.libreoffice.org/34534
Reviewed-by: jan iversen <jani@libreoffice.org>
Tested-by: jan iversen <jani@libreoffice.org>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/querydesign/TableWindow.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/querydesign/TableWindow.cxx b/dbaccess/source/ui/querydesign/TableWindow.cxx index aad254bdb8b7..dfc78424b2a7 100644 --- a/dbaccess/source/ui/querydesign/TableWindow.cxx +++ b/dbaccess/source/ui/querydesign/TableWindow.cxx @@ -476,7 +476,7 @@ void OTableWindow::SetBoldTitle( bool bBold ) void OTableWindow::GetFocus() { Window::GetFocus(); - // we have to forward the focus to our listbox to enable keystrokes + // we have to forward the focus to our listbox to enable keystokes if(m_xListBox) m_xListBox->GrabFocus(); } |