diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-16 21:40:41 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-16 22:20:21 +0200 |
commit | fdf032c366c6c8ba854a2e922dd25ff390be66e1 (patch) | |
tree | 39be91727a9399914b8c2ca24fdc536a9b020fb4 /include/connectivity | |
parent | de6422b5f3a5e06fe1994442a0f1c277ebed2a45 (diff) |
Fix typos
Change-Id: I488908096aac319daf30875aee1e46b914cc4759
Reviewed-on: https://gerrit.libreoffice.org/77608
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/connectivity')
-rw-r--r-- | include/connectivity/dbmetadata.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connectivity/dbmetadata.hxx b/include/connectivity/dbmetadata.hxx index 21c8d63013c6..085b30b52875 100644 --- a/include/connectivity/dbmetadata.hxx +++ b/include/connectivity/dbmetadata.hxx @@ -66,7 +66,7 @@ namespace dbtools @throws css::sdbc::SQLException if obtaining the meta data from the connection throws an SQLException @throws css::uno::RuntimeException - if obtaining the meta data from the connection throws an RuntimeException + if obtaining the meta data from the connection throws a RuntimeException */ DatabaseMetaData( const css::uno::Reference< css::sdbc::XConnection >& _connection ); |