diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-08 10:13:48 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-05-11 21:27:18 +0200 |
commit | b96397450777c0a83b7bfac76cf8f35b25f65544 (patch) | |
tree | 40d22d80bee14d12353a5b66fb40d1cc82e30d74 | |
parent | ab7e35ea76c036bc6ab54c76aa067a9fcd36355c (diff) |
Fix typo
Change-Id: I80d1f60646803bc3a519c310671bb7062d503726
Reviewed-on: https://gerrit.libreoffice.org/72157
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | dbaccess/source/ui/inc/TableWindow.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/TableWindow.hxx b/dbaccess/source/ui/inc/TableWindow.hxx index 306f9cbcd5ea..879ab4beae8e 100644 --- a/dbaccess/source/ui/inc/TableWindow.hxx +++ b/dbaccess/source/ui/inc/TableWindow.hxx @@ -95,9 +95,9 @@ namespace dbaui /** HandleKeyInput tries to handle the KeyEvent. Movement or deletion @param rEvt - The KEyEvent + The KeyEvent @return - <TRUE/> when the table could handle the keyevent. + <TRUE/> when the table could handle the KeyEvent. */ bool HandleKeyInput( const KeyEvent& rEvt ); |