summaryrefslogtreecommitdiff
path: root/include/comphelper
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-10 19:59:38 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-10 20:22:50 +0300
commit6835d9f3074c1030be6632bdaff6c8398c696429 (patch)
tree90bdc179c3522a71f87fef348d9aaced458b611d /include/comphelper
parenta8877197072523ec60fadb138f9790aa2bf66cd2 (diff)
It's "its", not "it's"
Change-Id: Ieaa787afd7cc622b4750a2ee8f17f6dad934ba63
Diffstat (limited to 'include/comphelper')
-rw-r--r--include/comphelper/accessiblecontexthelper.hxx2
-rw-r--r--include/comphelper/numberedcollection.hxx2
-rw-r--r--include/comphelper/weakeventlistener.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/comphelper/accessiblecontexthelper.hxx b/include/comphelper/accessiblecontexthelper.hxx
index a1a8247f09e6..960fb6b5773e 100644
--- a/include/comphelper/accessiblecontexthelper.hxx
+++ b/include/comphelper/accessiblecontexthelper.hxx
@@ -126,7 +126,7 @@ namespace comphelper
<p>If your derived implementation implements the XAccessible (and does not follow the proposed
separation of XAccessible from XAccessibleContext), you may pass <code>this</code> here.</p>
- <p>The object is hold weak, so it's life time is not affected.</p>
+ <p>The object is hold weak, so its life time is not affected.</p>
<p>The object is needed for performance reasons: for <method>getAccessibleIndexInParent</method>,
all children (which are XAccessible's theirself) of our parent have to be asked. If we know our
diff --git a/include/comphelper/numberedcollection.hxx b/include/comphelper/numberedcollection.hxx
index 82af127d0e99..d65b5343ad62 100644
--- a/include/comphelper/numberedcollection.hxx
+++ b/include/comphelper/numberedcollection.hxx
@@ -37,7 +37,7 @@
namespace comphelper{
-/** @short defines a collection of UNO components, where every component will get it's own unique number.
+/** @short defines a collection of UNO components, where every component will get its own unique number.
@descr Such number will be unique at runtime only ... but it supports fragmentation.
Note: This collection uses weak refrences only to know her components.
diff --git a/include/comphelper/weakeventlistener.hxx b/include/comphelper/weakeventlistener.hxx
index 23c57b6f6ea0..c965b47e482c 100644
--- a/include/comphelper/weakeventlistener.hxx
+++ b/include/comphelper/weakeventlistener.hxx
@@ -40,7 +40,7 @@ namespace comphelper
<p>The idea is that this adapter is added as listener to a foreign component, which usually
holds it's listener hard. The adapter itself knows the real listener as weak reference,
- thus not affecting it's life time.</p>
+ thus not affecting its life time.</p>
*/
class OWeakListenerAdapterBase : public OBaseMutex
{