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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Mon Jun 3 08:29:32 UTC 2019


 forms/source/component/Button.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8b8c3a95e42965c997f3bfd2e7459e83034d33da
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Jun 2 17:55:27 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Jun 3 10:28:36 2019 +0200

    Fix typo
    
    Change-Id: I86e2040fb54bb13f26a458b7ad96353b7bf7065d
    Reviewed-on: https://gerrit.libreoffice.org/73353
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/forms/source/component/Button.cxx b/forms/source/component/Button.cxx
index 5f48bdb74f58..68c7d153fbbc 100644
--- a/forms/source/component/Button.cxx
+++ b/forms/source/component/Button.cxx
@@ -468,7 +468,7 @@ IMPL_LINK_NOARG(OButtonControl, OnClick, void*, void)
 #endif
                 catch( const Exception& )
                 {
-                    OSL_FAIL( "OButtonControl::OnClick: caught a exception other than RuntimeException!" );
+                    OSL_FAIL( "OButtonControl::OnClick: caught an exception other than RuntimeException!" );
                 }
             }
         }


More information about the Libreoffice-commits mailing list