diff options
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 |