dbaccess/source/core/inc/definitioncontainer.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
New commits: commit 961fbf1ba33a3296e0e8e34de5182597acb39bf3 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sun Apr 28 21:11:16 2019 +0000 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed May 1 08:52:12 2019 +0200 Fix typo Change-Id: Ia4889e796284e2159e88dddbdf5efa8ed8dfb864 Reviewed-on: https://gerrit.libreoffice.org/71613 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/dbaccess/source/core/inc/definitioncontainer.hxx b/dbaccess/source/core/inc/definitioncontainer.hxx index 95776bcd8518..e36f90de1eb8 100644 --- a/dbaccess/source/core/inc/definitioncontainer.hxx +++ b/dbaccess/source/core/inc/definitioncontainer.hxx @@ -117,8 +117,8 @@ protected: // we can't just hold a vector of XContentRefs, as after initialization they're all empty // cause we load them only on access std::vector<Documents::iterator> - m_aDocuments; // for a efficient index access - Documents m_aDocumentMap; // for a efficient name access + m_aDocuments; // for an efficient index access + Documents m_aDocumentMap; // for an efficient name access ::comphelper::OInterfaceContainerHelper2 m_aApproveListeners; @@ -214,7 +214,7 @@ protected: // helper virtual void SAL_CALL disposing() override; - /** create a object from its persistent data within the configuration. To be overwritten by derived classes. + /** create an object from its persistent data within the configuration. To be overwritten by derived classes. @param _rName the name the object has within the container @return the newly created object or an empty reference if something went wrong */ @@ -265,7 +265,7 @@ protected: */ void implRemove(const OUString& _rName); - /** remove a object in the container. No plausibility checks are done, e.g. whether + /** remove an object in the container. No plausibility checks are done, e.g. whether or not there exists an object with the given name or the object is non-NULL. This is the responsibility of the caller.<BR> Additionally all object-related information within the registry will be deleted. The new object config node, where the caller may want to store the new objects information, is returned.<BR> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits