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

New commits:
commit 64e5fefbf17c1e7b2b8909446eb8cd6776740952
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Mar 16 13:31:18 2019 +0000
Commit:     Julien Nabet <serval2...@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 <serval2...@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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to