diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-03-16 13:31:18 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-03-20 09:35:30 +0100 |
commit | 64e5fefbf17c1e7b2b8909446eb8cd6776740952 (patch) | |
tree | 0294962fb6ad2ebc1100bb5bb203254813615e83 /dbaccess/source | |
parent | efc29fbb6d458f5fd3660a36e2ff1592608fcbac (diff) |
Fix typo
Change-Id: Ic1e3440c29a1dc77761e94bde41ac3a000975a37
Reviewed-on: https://gerrit.libreoffice.org/69456
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess/source')
-rw-r--r-- | dbaccess/source/core/api/RowSetBase.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |