summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-04-10 16:04:37 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-04-22 09:05:10 +0200
commit444e8363caf226769dddb540ff432ab42883fcd2 (patch)
treefc3043730396d27ec87f11012dc937cf311db530 /dbaccess
parent335e8b01e76503b96f5c42ea5410a482f4d872be (diff)
Fix typo
Change-Id: I8ed9dacb0ecc21b4ed1e9e5b49494357e8252f07 Reviewed-on: https://gerrit.libreoffice.org/71051 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/api/RowSetBase.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/core/api/RowSetBase.hxx b/dbaccess/source/core/api/RowSetBase.hxx
index ea9d40fbcc90..a7446ea3439e 100644
--- a/dbaccess/source/core/api/RowSetBase.hxx
+++ b/dbaccess/source/core/api/RowSetBase.hxx
@@ -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 );