summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-04 21:39:39 +0100
committerMichael Stahl <mstahl@redhat.com>2018-01-05 11:03:10 +0100
commitdbe0201d3aede56e2bda475dd308a891841b98a4 (patch)
treea94c25e6f89e23eb18618f9e92d87245b2cd1f14 /sfx2
parentadf0738d2dbfa742d0e9ef130954fb4638a8e90d (diff)
Fix typos
Change-Id: I766862d255ac285329ae423629c7445837ddd55f Reviewed-on: https://gerrit.libreoffice.org/47280 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/backingcomp.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/dialog/backingcomp.cxx b/sfx2/source/dialog/backingcomp.cxx
index 86b8519e71b9..37a2348cd11f 100644
--- a/sfx2/source/dialog/backingcomp.cxx
+++ b/sfx2/source/dialog/backingcomp.cxx
@@ -556,9 +556,9 @@ void SAL_CALL BackingComp::disposing( /*IN*/ const css::lang::EventObject& aEven
/** kill this instance.
- It can be called from our owner frame only. But there is no possibility to check the calli.
+ It can be called from our owner frame only. But there is no possibility to check the caller.
We have to release all our internal used resources and die. From this point we can throw
- DisposedExceptions for every further interface request ... but current implementation doesn`t do so ...
+ DisposedExceptions for every further interface request... but current implementation doesn't do so...
*/