summaryrefslogtreecommitdiffstats
path: root/include/comphelper
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-08-31 16:12:06 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-09-01 08:43:43 +0200
commit453c7070692b6adfdf019c50238dc48c66d2a590 (patch)
tree05c60020dc9363ff70d8d70efddeade2ae0e2bfe /include/comphelper
parentFix typos (diff)
downloadcore-453c7070692b6adfdf019c50238dc48c66d2a590.tar.gz
core-453c7070692b6adfdf019c50238dc48c66d2a590.zip
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/comphelper')
-rw-r--r--include/comphelper/propertycontainerhelper.hxx4
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