[Libreoffice-commits] core.git: include/connectivity

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Jul 2 05:09:57 UTC 2019


 include/connectivity/dbtools.hxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 0a5227a8690371a1134ec8636597364544c97587
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Jun 30 22:26:17 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Jul 2 07:09:01 2019 +0200

    Fix typo
    
    Change-Id: Ie1d91c8c9e8024b0f94b099f46953f1417366dc7
    Reviewed-on: https://gerrit.libreoffice.org/74978
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

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


More information about the Libreoffice-commits mailing list