diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-07-02 18:23:08 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-07-03 09:32:26 +0000 |
commit | 420923ba76ad84892fd242ed37be9d85e1ea03fe (patch) | |
tree | 838189ec6fe7fbe36419ea397f4a8de5a79aed72 /include/tools | |
parent | 918d3e30d7ff91387d9de55156a4c1364cc7b58c (diff) |
Fix typos
Change-Id: Ie2bbe020fc6e3a4a4f913208c245f395849bb9ee
Reviewed-on: https://gerrit.libreoffice.org/16708
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/tools')
-rw-r--r-- | include/tools/weakbase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/weakbase.h b/include/tools/weakbase.h index 78ce0af749f8..366358f9f787 100644 --- a/include/tools/weakbase.h +++ b/include/tools/weakbase.h @@ -129,7 +129,7 @@ public: /** clears the reference pointer in all living weak references for this instance. Further created weak references will also be invalid. You should call this method in the d'tor of your derived classes for an early - invalidate of all living weak references while youre object is already inside + invalidate of all living weak references while your object is already inside it d'tor. */ inline void clearWeak(); |