[Libreoffice-commits] core.git: 2 commits - comphelper/source connectivity/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun Apr 21 06:23:24 UTC 2019


 comphelper/source/container/enumerablemap.cxx    |    2 +-
 connectivity/source/drivers/odbc/ORealDriver.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit af827add65b3da6dbb13f4600313a66418f1ffd5
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Apr 10 16:05:12 2019 +0000
Commit:     Jens Carl <j.carl43 at gmx.de>
CommitDate: Sun Apr 21 08:22:34 2019 +0200

    Fix typo
    
    Change-Id: I17877a9b45ad288b715cc2bf8def06532e679e4f
    Reviewed-on: https://gerrit.libreoffice.org/71026
    Tested-by: Jenkins
    Reviewed-by: Jens Carl <j.carl43 at gmx.de>

diff --git a/connectivity/source/drivers/odbc/ORealDriver.cxx b/connectivity/source/drivers/odbc/ORealDriver.cxx
index 3cfe29794a05..8b76f4cf1cc6 100644
--- a/connectivity/source/drivers/odbc/ORealDriver.cxx
+++ b/connectivity/source/drivers/odbc/ORealDriver.cxx
@@ -266,7 +266,7 @@ css::uno::Reference< css::uno::XInterface > ODBCDriver_CreateInstance(const css:
 // ODBC Environment (common for all Connections):
 SQLHANDLE ORealObdcDriver::EnvironmentHandle(OUString &_rPath)
 {
-    // Is (for this instance) already a Environment made?
+    // Is (for this instance) already an Environment made?
     if (!m_pDriverHandle)
     {
         SQLHANDLE h = SQL_NULL_HANDLE;
commit b2cf009da8106e15c16d75b01110559d07eb0a64
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Apr 10 16:05:41 2019 +0000
Commit:     Jens Carl <j.carl43 at gmx.de>
CommitDate: Sun Apr 21 08:22:01 2019 +0200

    Fix typo
    
    Change-Id: Ib5868b98bb4729e8cedb7194549ce4fd1dcd09fe
    Reviewed-on: https://gerrit.libreoffice.org/71030
    Tested-by: Jenkins
    Reviewed-by: Jens Carl <j.carl43 at gmx.de>

diff --git a/comphelper/source/container/enumerablemap.cxx b/comphelper/source/container/enumerablemap.cxx
index 64e0ba00afaf..4c97c6718cea 100644
--- a/comphelper/source/container/enumerablemap.cxx
+++ b/comphelper/source/container/enumerablemap.cxx
@@ -183,7 +183,7 @@ namespace comphelper
     private:
         void    impl_initValues_throw( const Sequence< Pair< Any, Any > >& _initialValues );
 
-        /// throws a IllegalTypeException if the given value is not compatible with our ValueType
+        /// throws an IllegalTypeException if the given value is not compatible with our ValueType
         void    impl_checkValue_throw( const Any& _value ) const;
         void    impl_checkKey_throw( const Any& _key ) const;
         void    impl_checkNaN_throw( const Any& _keyOrValue, const Type& _keyOrValueType ) const;


More information about the Libreoffice-commits mailing list