diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-31 16:12:06 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-09-01 08:43:43 +0200 |
commit | 453c7070692b6adfdf019c50238dc48c66d2a590 (patch) | |
tree | 05c60020dc9363ff70d8d70efddeade2ae0e2bfe /include | |
parent | 09619872fe0c0d677006bcf4e9a8febe2978d242 (diff) |
Fix typo
Change-Id: I57611e6bc3a8dadcdeb7aff99f4788aac4d7e105
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101799
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r-- | include/comphelper/propertycontainerhelper.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 |