summaryrefslogtreecommitdiffstats
path: root/include/cppuhelper
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-11-16 18:20:19 +0100
committerJens Carl <j.carl43@gmx.de>2018-11-16 23:11:03 +0100
commit32865e69c9774d5545a3100158798b6763ff62f0 (patch)
treebb5fc4cd34691bdc65d419d6733d202624ada1db /include/cppuhelper
parentFix typo (diff)
downloadcore-32865e69c9774d5545a3100158798b6763ff62f0.tar.gz
core-32865e69c9774d5545a3100158798b6763ff62f0.zip
Fix typos
Change-Id: I63b3cdae2dfb4442d10430d9041145f892b31967 Reviewed-on: https://gerrit.libreoffice.org/63480 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'include/cppuhelper')
-rw-r--r--include/cppuhelper/interfacecontainer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cppuhelper/interfacecontainer.h b/include/cppuhelper/interfacecontainer.h
index 66522576fe03..2d56568c9da5 100644
--- a/include/cppuhelper/interfacecontainer.h
+++ b/include/cppuhelper/interfacecontainer.h
@@ -189,7 +189,7 @@ public:
sal_Int32 SAL_CALL removeInterface( const css::uno::Reference< css::uno::XInterface > & rxIFace );
/**
Call disposing on all object in the container that
- support XEventListener. Than clear the container.
+ support XEventListener. Then clear the container.
*/
void SAL_CALL disposeAndClear( const css::lang::EventObject & rEvt );
/**
@@ -585,7 +585,7 @@ public:
/**
Call disposing on all object in the container that
- support XEventListener. Than clear the container.
+ support XEventListener. Then clear the container.
*/
void SAL_CALL disposeAndClear( const css::lang::EventObject & rEvt );
/**