summaryrefslogtreecommitdiff
path: root/include/comphelper/configurationhelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/configurationhelper.hxx')
-rw-r--r--include/comphelper/configurationhelper.hxx4
1 files changed, 2 insertions, 2 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,