diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-11-16 18:20:19 +0100 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-11-16 23:11:03 +0100 |
commit | 32865e69c9774d5545a3100158798b6763ff62f0 (patch) | |
tree | bb5fc4cd34691bdc65d419d6733d202624ada1db /include/comphelper | |
parent | 4e12b20c0857b9e56ee5221fb6ecea98aca89864 (diff) |
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/comphelper')
-rw-r--r-- | include/comphelper/interfacecontainer2.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/interfacecontainer2.hxx b/include/comphelper/interfacecontainer2.hxx index f5907d205aa7..5fd78a584ce3 100644 --- a/include/comphelper/interfacecontainer2.hxx +++ b/include/comphelper/interfacecontainer2.hxx @@ -169,7 +169,7 @@ public: sal_Int32 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 disposeAndClear( const css::lang::EventObject & rEvt ); /** |