diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-06-30 22:26:18 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-02 07:06:08 +0200 |
commit | 6fe53ff4d79aee8413d1a6fcff339c13e18bd12b (patch) | |
tree | 44d3753b8cf20a0a68412cc78ef13ff3f781571c /include/connectivity/dbexception.hxx | |
parent | b1d90b52b325a90fd877aaf440ef9da83b73ea60 (diff) |
Fix typo
Change-Id: Ib607da003e57e06a952cac8333cade3b8551ee91
Reviewed-on: https://gerrit.libreoffice.org/74977
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/connectivity/dbexception.hxx')
-rw-r--r-- | include/connectivity/dbexception.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connectivity/dbexception.hxx b/include/connectivity/dbexception.hxx index e1335591fc94..cf66bc06fc0d 100644 --- a/include/connectivity/dbexception.hxx +++ b/include/connectivity/dbexception.hxx @@ -232,7 +232,7 @@ OOO_DLLPUBLIC_DBTOOLS void throwFunctionSequenceException( ); -/** throw a invalid index sqlexception +/** throw an invalid index sqlexception @throws css::sdbc::SQLException */ |