dbaccess/source/core/api/RowSetBase.hxx | 4 ++-- dbaccess/source/ui/uno/copytablewizard.cxx | 2 +- qadevOOo/tests/java/mod/_sc/ScTableColumnObj.java | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-)
New commits: commit 444e8363caf226769dddb540ff432ab42883fcd2 Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Apr 10 16:04:37 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Mon Apr 22 09:05:10 2019 +0200 Fix typo Change-Id: I8ed9dacb0ecc21b4ed1e9e5b49494357e8252f07 Reviewed-on: https://gerrit.libreoffice.org/71051 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> 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 ); commit 335e8b01e76503b96f5c42ea5410a482f4d872be Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Apr 17 13:20:58 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Mon Apr 22 09:04:54 2019 +0200 Fix typo Change-Id: I41e527ae8932bf5897c907d52a2053803dd8a7c6 Reviewed-on: https://gerrit.libreoffice.org/71058 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/dbaccess/source/ui/uno/copytablewizard.cxx b/dbaccess/source/ui/uno/copytablewizard.cxx index e493dad24851..65dd8bbe6346 100644 --- a/dbaccess/source/ui/uno/copytablewizard.cxx +++ b/dbaccess/source/ui/uno/copytablewizard.cxx @@ -262,7 +262,7 @@ namespace dbaui void impl_checkForUnsupportedSettings_throw( const Reference< XPropertySet >& _rxSourceDescriptor ) const; - /** obtaines the connection described by the given data access descriptor + /** obtains the connection described by the given data access descriptor If needed and possible, the method will ask the user, using the interaction handler associated with the database described by the descriptor. diff --git a/qadevOOo/tests/java/mod/_sc/ScTableColumnObj.java b/qadevOOo/tests/java/mod/_sc/ScTableColumnObj.java index 256a18efb708..4a21e8d034d1 100644 --- a/qadevOOo/tests/java/mod/_sc/ScTableColumnObj.java +++ b/qadevOOo/tests/java/mod/_sc/ScTableColumnObj.java @@ -84,7 +84,7 @@ public class ScTableColumnObj extends TestCase { /** * Creating a TestEnvironment for the interfaces to be tested. * Retrieves a collection of spreadsheets from the document and takes one of - * them. Obtaines the collection of columns in the range using the interface + * them. Obtains the collection of columns in the range using the interface * <code>XColumnRowRange</code>. Retrieves the column with index 10 that is * the instance of the service <code>com.sun.star.table.TableColumn</code>. * Object relations created : _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
