summaryrefslogtreecommitdiff
path: root/include/comphelper
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-30 22:26:23 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-07-02 07:11:09 +0200
commit8fbc6d700f81bd8cc073ca410d08d1d15394978f (patch)
tree7ce12bc340048c130cda3b8d09e8d7af3647f652 /include/comphelper
parentf3c434b1812a7ded57e20c1c7f4805acfad23638 (diff)
Fix typo
Change-Id: I97c3e85c6fc027dc11c4ada4b4c15385288b733f Reviewed-on: https://gerrit.libreoffice.org/74973 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/comphelper')
-rw-r--r--include/comphelper/propertycontainer.hxx2
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