Author: mseidel
Date: Thu May 2 00:24:03 2019
New Revision: 1858512
URL: http://svn.apache.org/viewvc?rev=1858512&view=rev
Log:
Fixed typos
Modified:
openoffice/trunk/main/comphelper/inc/comphelper/namedvaluecollection.hxx
Modified:
openoffice/trunk/main/comphelper/inc/comphelper/namedvaluecollection.hxx
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/comphelper/inc/comphelper/namedvaluecollection.hxx?rev=1858512&r1=1858511&r2=1858512&view=diff
==============================================================================
--- openoffice/trunk/main/comphelper/inc/comphelper/namedvaluecollection.hxx
(original)
+++ openoffice/trunk/main/comphelper/inc/comphelper/namedvaluecollection.hxx
Thu May 2 00:24:03 2019
@@ -158,7 +158,7 @@ namespace comphelper
@return
<TRUE/> if there is a value with the given name, which could
successfully
- be extraced. In this case, <arg>_out_rValue</arg> will contain
the requested
+ be extracted. In this case, <arg>_out_rValue</arg> will
contain the requested
value.<br/>
<FALSE/>, if there is no value with the given name.
@throws IllegalArgumentException
@@ -178,7 +178,7 @@ namespace comphelper
}
/** retrieves a value with a given name, or defaults it to a given
value, if its not present
- in the colllection
+ in the collection
*/
template < typename VALUE_TYPE >
VALUE_TYPE getOrDefault( const sal_Char* _pAsciiValueName, const
VALUE_TYPE& _rDefault ) const