summaryrefslogtreecommitdiffstats
path: root/include/cppuhelper
diff options
context:
space:
mode:
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 );
/**