summaryrefslogtreecommitdiffstats
path: root/include/cppuhelper
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-02-18 21:58:05 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-02-18 21:59:02 +0100
commit48f0a5ed3501e0b0a55cc71f85b4d1aee5a9f4ed (patch)
treefbc5a414ea499193b14a1c51a6a4bbd078bedbad /include/cppuhelper
parentadd test for missing chart area style fill import, tdf#89451 (diff)
downloadcore-48f0a5ed3501e0b0a55cc71f85b4d1aee5a9f4ed.tar.gz
core-48f0a5ed3501e0b0a55cc71f85b4d1aee5a9f4ed.zip
Typos
Change-Id: I845a85e1aad4a0708f2b43f7d94606b4b5513ee4
Diffstat (limited to 'include/cppuhelper')
-rw-r--r--include/cppuhelper/propshlp.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cppuhelper/propshlp.hxx b/include/cppuhelper/propshlp.hxx
index c6dcfd14d290..933e002c0a33 100644
--- a/include/cppuhelper/propshlp.hxx
+++ b/include/cppuhelper/propshlp.hxx
@@ -65,7 +65,7 @@ public:
Return the property members Name and Attribute from the handle nHandle.
@param nHandle the handle of a property. If the values of the handles
are sorted in the same way as the names and the highest handle value
- is getCount() -1, than it must be an indexed acces to the property array.
+ is getCount() -1, than it must be an indexed access to the property array.
@param pPropName is an out parameter filled with property name of the property with the
handle nHandle. May be NULL.
@param pAttributes is an out parameter filled with attributes of the property with the
@@ -144,7 +144,7 @@ public:
Return the property members Name and Attribute from the handle nHandle.
@param nHandle the handle of a property. If the values of the handles
are sorted in the same way as the names and the highest handle value
- is getCount() -1, than it is only an indexed acces to the property array.
+ is getCount() -1, than it is only an indexed access to the property array.
Otherwise it is a linear search through the array.
@param pPropName is an out parameter filled with property name of the property with the
handle nHandle. May be NULL.