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.gelm...@gelma.net> AuthorDate: Wed Apr 10 16:05:12 2019 +0000 Commit: Jens Carl <j.car...@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.car...@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.gelm...@gelma.net> AuthorDate: Wed Apr 10 16:05:41 2019 +0000 Commit: Jens Carl <j.car...@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.car...@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; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits