diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-06-30 22:26:17 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-02 07:09:01 +0200 |
commit | 0a5227a8690371a1134ec8636597364544c97587 (patch) | |
tree | 12de5edab2597c5a177cd530d0ac3fe158e1679a /include/connectivity | |
parent | b5231a70ce2a908f3c2de2af88e65e632c64e3f8 (diff) |
Fix typo
Change-Id: Ie1d91c8c9e8024b0f94b099f46953f1417366dc7
Reviewed-on: https://gerrit.libreoffice.org/74978
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/connectivity')
-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 7be98eeeef25..baf1cb8ef8fa 100644 --- a/include/connectivity/dbtools.hxx +++ b/include/connectivity/dbtools.hxx @@ -117,7 +117,7 @@ namespace dbtools the XConnection interface, this one is returned.</li> <li>If the DataSourceName property of the row set is not empty, a connection for this data source is retrieved.</li> - <li>If the URL property of the row set is not empty, an connection for this URL is + <li>If the URL property of the row set is not empty, a connection for this URL is retrieved from the driver manager. </nl> @@ -376,7 +376,7 @@ namespace dbtools OOO_DLLPUBLIC_DBTOOLS void qualifiedNameComponents(const css::uno::Reference< css::sdbc::XDatabaseMetaData >& _rxConnMetaData, const OUString& _rQualifiedName, OUString& _rCatalog, OUString& _rSchema, OUString& _rName,EComposeRule _eComposeRule); - /** calculate a NumberFormatsSupplier for use with an given connection + /** calculate a NumberFormatsSupplier for use with a given connection @param _rxConn the connection for which the formatter is requested @param _bAllowDefault if the connection (and related components, such as its parent) cannot supply a formatter, we can ask the DatabaseEnvironment for a default one. This parameter @@ -390,7 +390,7 @@ namespace dbtools const css::uno::Reference< css::uno::XComponentContext>& _rxContext = css::uno::Reference< css::uno::XComponentContext>() ); - /** create an css::sdb::XSingleSelectQueryComposer which represents + /** create a css::sdb::XSingleSelectQueryComposer which represents the current settings (Command/CommandType/Filter/Order) of the given rowset. As such an instance can be obtained from a css::sdb::Connection |