diff options
Diffstat (limited to 'include/comphelper')
-rw-r--r-- | include/comphelper/configurationhelper.hxx | 4 | ||||
-rw-r--r-- | include/comphelper/namedvaluecollection.hxx | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/include/comphelper/configurationhelper.hxx b/include/comphelper/configurationhelper.hxx index 45890ccfa5d7..4a9243a24204 100644 --- a/include/comphelper/configurationhelper.hxx +++ b/include/comphelper/configurationhelper.hxx @@ -210,7 +210,7 @@ public: * Because it opens the specified configuration package, reads the key and * closes the configuration again. * - * So its not very useful to use this method for reading multiple keys at the same time. + * So it's not very useful to use this method for reading multiple keys at the same time. * (Excepting these keys exists inside different configuration packages ...)) */ static css::uno::Any readDirectKey(const css::uno::Reference< css::uno::XComponentContext >& rxContext, @@ -226,7 +226,7 @@ public: * Because it opens the specified configuration package, writes the key, flush * all changes and closes the configuration again. * - * So its not very useful to use this method for writing multiple keys at the same time. + * So it's not very useful to use this method for writing multiple keys at the same time. * (Excepting these keys exists inside different configuration packages ...)) */ static void writeDirectKey(const css::uno::Reference< css::uno::XComponentContext >& rxContext, 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 > |