diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-06-30 22:26:23 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-02 07:11:09 +0200 |
commit | 8fbc6d700f81bd8cc073ca410d08d1d15394978f (patch) | |
tree | 7ce12bc340048c130cda3b8d09e8d7af3647f652 | |
parent | f3c434b1812a7ded57e20c1c7f4805acfad23638 (diff) |
Fix typo
Change-Id: I97c3e85c6fc027dc11c4ada4b4c15385288b733f
Reviewed-on: https://gerrit.libreoffice.org/74973
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | include/comphelper/propertycontainer.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/propertycontainer.hxx b/include/comphelper/propertycontainer.hxx index 37e355222a51..63c464f49e9d 100644 --- a/include/comphelper/propertycontainer.hxx +++ b/include/comphelper/propertycontainer.hxx @@ -32,7 +32,7 @@ namespace comphelper { -/** a OPropertySetHelper implementation which is just a simple container for properties represented +/** an OPropertySetHelper implementation which is just a simple container for properties represented by class members, usually in a derived class. <BR> A restriction of this class is that no value conversions are made on a setPropertyValue call. Though |