From 32865e69c9774d5545a3100158798b6763ff62f0 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 16 Nov 2018 18:20:19 +0100 Subject: Fix typos Change-Id: I63b3cdae2dfb4442d10430d9041145f892b31967 Reviewed-on: https://gerrit.libreoffice.org/63480 Tested-by: Jenkins Reviewed-by: Jens Carl --- include/cppuhelper/interfacecontainer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/cppuhelper') 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 ); /** -- cgit