[Libreoffice-commits] core.git: include/comphelper

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Sep 1 06:44:25 UTC 2020


 include/comphelper/propertycontainerhelper.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 453c7070692b6adfdf019c50238dc48c66d2a590
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Aug 31 16:12:06 2020 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Sep 1 08:43:43 2020 +0200

    Fix typo
    
    Change-Id: I57611e6bc3a8dadcdeb7aff99f4788aac4d7e105
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101799
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/include/comphelper/propertycontainerhelper.hxx b/include/comphelper/propertycontainerhelper.hxx
index 6564cc0f85b3..eb213e4541ec 100644
--- a/include/comphelper/propertycontainerhelper.hxx
+++ b/include/comphelper/propertycontainerhelper.hxx
@@ -86,7 +86,7 @@ protected:
     ~OPropertyContainerHelper();
 
     /** register a property. The property is represented through a member of the derived class which calls
-        this methdod.
+        this method.
         @param      _rName              the name of the property
         @param      _nHandle            the handle of the property
         @param      _nAttributes        the attributes of the property
@@ -100,7 +100,7 @@ protected:
 
 
     /** register a property. The property is represented through a css::uno::Any member of the
-        derived class which calls this methdod.
+        derived class which calls this method.
         @param      _rName              the name of the property
         @param      _nHandle            the handle of the property
         @param      _nAttributes        the attributes of the property


More information about the Libreoffice-commits mailing list