From 8ffb20747c77e5875237a9bceca28f4cb4ec9bb3 Mon Sep 17 00:00:00 2001 From: Peter Foley Date: Sat, 30 Mar 2013 15:34:22 -0400 Subject: fix loplugin unused warnings Change-Id: I23fc6bf62e74f192f77c74ed48d5276737375f3c --- comphelper/source/misc/synchronousdispatch.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'comphelper') diff --git a/comphelper/source/misc/synchronousdispatch.cxx b/comphelper/source/misc/synchronousdispatch.cxx index 71d7a9326c04..d56f78b680b6 100644 --- a/comphelper/source/misc/synchronousdispatch.cxx +++ b/comphelper/source/misc/synchronousdispatch.cxx @@ -72,8 +72,7 @@ uno::Reference< lang::XComponent > SynchronousDispatch::dispatch( } catch ( uno::Exception& ) { - OUString aMsg = "SynchronousDispatch::dispatch() Error while dispatching! "; - OSL_FAIL( OUStringToOString(aMsg, RTL_TEXTENCODING_ASCII_US).getStr()); + SAL_WARN("comphelper","SynchronousDispatch::dispatch() Error while dispatching!"); } } -- cgit