dbaccess/source/core/api/query.cxx | 2 +- dbaccess/source/core/api/querydescriptor.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit daebba1c296b9baa194b9052127810497a1c9f20 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sun Apr 28 21:11:28 2019 +0000 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed May 1 22:38:24 2019 +0200 Fix typo Change-Id: I0def9e55b25aec0920e1a6aafb9f4c75ad6a06f7 Reviewed-on: https://gerrit.libreoffice.org/71635 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/dbaccess/source/core/api/query.cxx b/dbaccess/source/core/api/query.cxx index cac86edf8e2b..c690ca756a3b 100644 --- a/dbaccess/source/core/api/query.cxx +++ b/dbaccess/source/core/api/query.cxx @@ -330,7 +330,7 @@ void SAL_CALL OQuery::rename( const OUString& newName ) void OQuery::registerProperties() { // the properties which OCommandBase supplies (it has no own registration, as it's not derived from - // a OPropertyStateContainer) + // an OPropertyStateContainer) registerProperty(PROPERTY_NAME, PROPERTY_ID_NAME, PropertyAttribute::BOUND|PropertyAttribute::CONSTRAINED, &m_sElementName, cppu::UnoType<decltype(m_sElementName)>::get()); commit 57b7873e3ed62e3acb8334a98864c4ebfca302c8 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sun Apr 28 21:11:27 2019 +0000 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed May 1 22:38:10 2019 +0200 Fix typo Change-Id: I7dee823ce762e14fb1b96a7aa3ced2d64a66c82c Reviewed-on: https://gerrit.libreoffice.org/71636 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/dbaccess/source/core/api/querydescriptor.cxx b/dbaccess/source/core/api/querydescriptor.cxx index 0dc0a609d0ff..b506da57b13c 100644 --- a/dbaccess/source/core/api/querydescriptor.cxx +++ b/dbaccess/source/core/api/querydescriptor.cxx @@ -72,7 +72,7 @@ IMPLEMENT_FORWARD_XINTERFACE3( OQueryDescriptor,OWeakObject,OQueryDescriptor_Bas void OQueryDescriptor::registerProperties() { // the properties which OCommandBase supplies (it has no own registration, as it's not derived from - // a OPropertyStateContainer) + // an OPropertyStateContainer) registerProperty(PROPERTY_NAME, PROPERTY_ID_NAME, PropertyAttribute::BOUND|PropertyAttribute::CONSTRAINED, &m_sElementName, cppu::UnoType<decltype(m_sElementName)>::get()); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits