summaryrefslogtreecommitdiff
path: root/include/connectivity/dbtools.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/connectivity/dbtools.hxx')
-rw-r--r--include/connectivity/dbtools.hxx6
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,