From dba2bae5aa77492a47243590fe125e97e505814d Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Wed, 20 Aug 2014 21:53:01 +0200 Subject: stray ErrorBox from ResId forgotten in c584f344b7f810c297da616befdc354b86fbf8b8 Change-Id: I2847b1853602c3a0ac1f9e55b496a34a408c790c --- extensions/source/update/ui/updatecheckui.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'extensions/source/update') diff --git a/extensions/source/update/ui/updatecheckui.cxx b/extensions/source/update/ui/updatecheckui.cxx index 1f2b1c7f8885..1c1120fc6b68 100644 --- a/extensions/source/update/ui/updatecheckui.cxx +++ b/extensions/source/update/ui/updatecheckui.cxx @@ -42,6 +42,7 @@ #include #include #include +#include #include #include #include @@ -594,7 +595,7 @@ IMPL_LINK_NOARG(UpdateCheckUI, ClickHdl) mrJob->execute( aEmpty ); } catch(const uno::Exception&) { - ErrorBox( NULL, ResId( MSG_ERR_NO_WEBBROWSER_FOUND, *mpSfxResMgr )).Execute(); + MessageDialog( NULL, ResId( STR_NO_WEBBROWSER_FOUND, *mpSfxResMgr )).Execute(); } } -- cgit