From ffd7f8fcfc2b551509e9cb31c0920e0f64292ea7 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 20 Feb 2017 14:57:15 +0100 Subject: Fix typos Change-Id: I61764094dd6f8e13f29ca554373d30d1d5def447 Reviewed-on: https://gerrit.libreoffice.org/34476 Reviewed-by: jan iversen Tested-by: jan iversen --- dbaccess/source/ui/querydesign/TableWindow.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbaccess') diff --git a/dbaccess/source/ui/querydesign/TableWindow.cxx b/dbaccess/source/ui/querydesign/TableWindow.cxx index dfc78424b2a7..aad254bdb8b7 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 keystokes + // we have to forward the focus to our listbox to enable keystrokes if(m_xListBox) m_xListBox->GrabFocus(); } -- cgit