diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-01-09 22:55:28 +0100 |
---|---|---|
committer | Ashod Nakashian <ashnakash@gmail.com> | 2016-01-10 14:17:20 +0000 |
commit | 64d624b65124ac02d8ee59b135593fd9d8eb9067 (patch) | |
tree | 772fc0f308549b9416fbcb06bce2bf0e0f5809cc /include/connectivity/dbtools.hxx | |
parent | d61c16966b017abdbebf5ec0c2131de5a91c67f8 (diff) |
Fix typos
Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86
Reviewed-on: https://gerrit.libreoffice.org/21209
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'include/connectivity/dbtools.hxx')
-rw-r--r-- | include/connectivity/dbtools.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/connectivity/dbtools.hxx b/include/connectivity/dbtools.hxx index a9baa7faed04..ecdb26541d0a 100644 --- a/include/connectivity/dbtools.hxx +++ b/include/connectivity/dbtools.hxx @@ -376,7 +376,7 @@ namespace dbtools , const OUString& _rName ,EComposeRule _eComposeRule); - /** split a fully qualified table name (including catalog and schema, if appliable) into it's component parts. + /** split a fully qualified table name (including catalog and schema, if applicable) into its component parts. @param _rxConnMetaData meta data describing the connection where you got the table name from @param _rQualifiedName fully qualified table name @param _rCatalog (out parameter) upon return, contains the catalog name @@ -439,7 +439,7 @@ namespace dbtools OOO_DLLPUBLIC_DBTOOLS bool canDelete(const css::uno::Reference< css::beans::XPropertySet>& _rxCursorSet); - /** compose a complete table name from it's up to three parts, regarding to the database meta data composing rules + /** compose a complete table name from its up to three parts, regarding to the database meta data composing rules */ OOO_DLLPUBLIC_DBTOOLS OUString composeTableName( const css::uno::Reference< css::sdbc::XDatabaseMetaData >& _rxMetaData, const OUString& _rCatalog, @@ -720,7 +720,7 @@ namespace dbtools @param _rxContext Used to create the drivermanager. @return - The datadefintion object. + The datadefinition object. */ OOO_DLLPUBLIC_DBTOOLS css::uno::Reference< css::sdbcx::XTablesSupplier> getDataDefinitionByURLAndConnection( const OUString& _rsUrl, |