cppuhelper/source/exc_thrower.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 7eb5b4a0debaff971af3a5dc367849e211e35994 Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Dec 5 14:39:30 2019 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Thu Dec 5 18:52:38 2019 +0100 Fix typo Change-Id: I3c8a0d5fb2b17ccef3c931f13230f99b1945a4bc Reviewed-on: https://gerrit.libreoffice.org/84566 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/cppuhelper/source/exc_thrower.cxx b/cppuhelper/source/exc_thrower.cxx index a0e7fb32b046..253e484e1236 100644 --- a/cppuhelper/source/exc_thrower.cxx +++ b/cppuhelper/source/exc_thrower.cxx @@ -190,7 +190,7 @@ class theExceptionThrower : public rtl::Static<ExceptionThrower, theExceptionThr // css::ucb:InteractiveAugmentedIOException.) // // So we can simply have code that checks what the type of object being thrown -// is, and explicitgly throws such an object then with a normal C++ throw +// is, and explicitly throws such an object then with a normal C++ throw // statement. Seems to work. template <class E> void tryThrow(css::uno::Any const& aException) { _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
