summaryrefslogtreecommitdiff
path: root/include/comphelper/namedvaluecollection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/namedvaluecollection.hxx')
-rw-r--r--include/comphelper/namedvaluecollection.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/namedvaluecollection.hxx b/include/comphelper/namedvaluecollection.hxx
index 420994b3b7ae..cb850aa26574 100644
--- a/include/comphelper/namedvaluecollection.hxx
+++ b/include/comphelper/namedvaluecollection.hxx
@@ -157,7 +157,7 @@ namespace comphelper
return get_ensureType( _rValueName, &_out_rValue, ::cppu::UnoType< VALUE_TYPE >::get() );
}
- /** retrieves a value with a given name, or defaults it to a given value, if its not present
+ /** retrieves a value with a given name, or defaults it to a given value, if it's not present
in the collection
*/
template < typename VALUE_TYPE >