summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-02 17:55:27 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-03 10:28:36 +0200
commit8b8c3a95e42965c997f3bfd2e7459e83034d33da (patch)
tree314f5ac2c671832c17e80deea7db49ba904febcd /forms
parent34b2429b7617729b524f90ba704d4077fbd92f98 (diff)
Fix typo
Change-Id: I86e2040fb54bb13f26a458b7ad96353b7bf7065d Reviewed-on: https://gerrit.libreoffice.org/73353 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/Button.cxx2
1 files changed, 1 insertions, 1 deletions
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!" );
}
}
}