[Libreoffice-commits] core.git: cppuhelper/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu Dec 5 17:54:01 UTC 2019


 cppuhelper/source/exc_thrower.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7eb5b4a0debaff971af3a5dc367849e211e35994
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Dec 5 14:39:30 2019 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>

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)
 {


More information about the Libreoffice-commits mailing list