[Libreoffice-commits] core.git: 2 commits - dbaccess/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sat May 11 19:29:01 UTC 2019
dbaccess/source/ui/inc/TableWindow.hxx | 4 ++--
dbaccess/source/ui/inc/WCopyTable.hxx | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 3451b39dd00c4303e4839b43bbad0119eb7f42c1
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed May 8 10:13:43 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat May 11 21:27:47 2019 +0200
Fix typo
Change-Id: I49398e07d8d62d21bb9327fddbf589fc23a16720
Reviewed-on: https://gerrit.libreoffice.org/72161
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/dbaccess/source/ui/inc/WCopyTable.hxx b/dbaccess/source/ui/inc/WCopyTable.hxx
index 2bd96a013a20..8098abebe847 100644
--- a/dbaccess/source/ui/inc/WCopyTable.hxx
+++ b/dbaccess/source/ui/inc/WCopyTable.hxx
@@ -400,7 +400,7 @@ namespace dbaui
OUString createUniqueName(const OUString& _sName);
- // displays a error message that a column type is not supported
+ // displays an error message that a column type is not supported
void showColumnTypeNotSupported(const OUString& _rColumnName);
void removeColumnNameFromNameMap(const OUString& _sName);
commit b96397450777c0a83b7bfac76cf8f35b25f65544
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed May 8 10:13:48 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat May 11 21:27:18 2019 +0200
Fix typo
Change-Id: I80d1f60646803bc3a519c310671bb7062d503726
Reviewed-on: https://gerrit.libreoffice.org/72157
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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 );
More information about the Libreoffice-commits
mailing list