diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:32:37 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:32:37 +0200 |
commit | c32b6be06bf5453d82d9aad64aed5f384c9d1d1f (patch) | |
tree | 3807c57d8a33588f33a3d5cbed51ccff9bb40791 /comphelper | |
parent | 435f5e30c968ffd5761873f8b3f756949545ce72 (diff) |
fdo#60724 correct spelling
Change-Id: Ieb653adbd0cb4371ec5db57e70bcc551872f647f
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/inc/comphelper/propagg.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comphelper/inc/comphelper/propagg.hxx b/comphelper/inc/comphelper/propagg.hxx index e49f589990e7..3a6ca83e36c1 100644 --- a/comphelper/inc/comphelper/propagg.hxx +++ b/comphelper/inc/comphelper/propagg.hxx @@ -142,8 +142,8 @@ public: virtual sal_Int32 SAL_CALL fillHandles( /*out*/sal_Int32* _pHandles, const ::com::sun::star::uno::Sequence< OUString >& _rPropNames ); /** returns information about a property of the aggregate. - @param _pPropName points to a string to recieve the property name. No name is returned if this is NULL. - @param _pOriginalHandle points to a sal_Int32 to recieve the original property hande. No original handle is returned + @param _pPropName points to a string to receive the property name. No name is returned if this is NULL. + @param _pOriginalHandle points to a sal_Int32 to receive the original property hande. No original handle is returned if this is NULL. @param _nHandle the handle of the property as got by, for instance, fillHandles |