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

Fix typo

Change-Id: I8ed9dacb0ecc21b4ed1e9e5b49494357e8252f07
Reviewed-on: https://gerrit.libreoffice.org/71051
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 335e8b01
......@@ -74,7 +74,7 @@ namespace dbaccess
protected:
typedef std::vector<ORowSetDataColumn*> TDataColumns;
::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 an extra mutex for columns to prevent deadlock when setting new values
// for a row
m_aColumnsMutex;
......@@ -366,7 +366,7 @@ namespace dbaccess
*/
explicit ORowSetNotifier( ORowSetBase* m_pRowSet );
/** use this one to construct an vector for change value notification
/** use this one to construct a vector for change value notification
*/
ORowSetNotifier( ORowSetBase* m_pRowSet,const ORowSetValueVector::Vector& i_aRow );
......
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