Kaydet (Commit) 64e5fefb authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: Ic1e3440c29a1dc77761e94bde41ac3a000975a37
Reviewed-on: https://gerrit.libreoffice.org/69456
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst efc29fbb
...@@ -73,7 +73,7 @@ namespace dbaccess ...@@ -73,7 +73,7 @@ namespace dbaccess
{ {
protected: protected:
typedef std::vector<ORowSetDataColumn*> TDataColumns; 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 ::osl::Mutex // we need a extra mutex for columns to prevent deadlock when setting new values
// for a row // for a row
m_aColumnsMutex; m_aColumnsMutex;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment