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

New commits:
commit 8b8c3a95e42965c997f3bfd2e7459e83034d33da
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Jun 2 17:55:27 2019 +0000
Commit:     Julien Nabet <serval2...@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 <serval2...@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!" );
                 }
             }
         }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to