diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-10-02 00:28:47 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-03 08:59:34 +0000 |
commit | c7114b66bd615670950ef6f7c2d80adab3fb4c33 (patch) | |
tree | f550353dbd5d36a58738426a1f2142f75d5d1a50 /include/comphelper | |
parent | bb43a23036dcfda114368441c5aa82a9a90355cd (diff) |
Fix typos
Change-Id: I7000efdb7276053c16de992fa8f9a4e614ecb3e2
Reviewed-on: https://gerrit.libreoffice.org/29434
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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 > |