[Libreoffice-commits] core.git: dbaccess/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Mar 20 08:36:00 UTC 2019


 dbaccess/source/core/api/RowSetBase.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 64e5fefbf17c1e7b2b8909446eb8cd6776740952
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Mar 16 13:31:18 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Mar 20 09:35:30 2019 +0100

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

diff --git a/dbaccess/source/core/api/RowSetBase.hxx b/dbaccess/source/core/api/RowSetBase.hxx
index af94d6da92ff..ea9d40fbcc90 100644
--- a/dbaccess/source/core/api/RowSetBase.hxx
+++ b/dbaccess/source/core/api/RowSetBase.hxx
@@ -73,7 +73,7 @@ namespace dbaccess
     {
     protected:
         typedef std::vector<ORowSetDataColumn*>   TDataColumns;
-        ::osl::Mutex*                           m_pMutex;           // this the mutex form the rowset itself
+        ::osl::Mutex*                           m_pMutex;           // this is the mutex from the rowset itself
         ::osl::Mutex                            // we need a extra mutex for columns to prevent deadlock when setting new values
                                                 // for a row
                                                 m_aColumnsMutex;


More information about the Libreoffice-commits mailing list