diff options
author | Peter Foley <pefoley2@verizon.net> | 2013-03-30 15:34:22 -0400 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2013-03-30 16:55:25 -0400 |
commit | 8ffb20747c77e5875237a9bceca28f4cb4ec9bb3 (patch) | |
tree | a4adae652ac22e3d9021fb9b68dda8b1dbe8488d /comphelper/source | |
parent | 761af309529d877e1b365fdcdb2fee4bb9ee377f (diff) |
fix loplugin unused warnings
Change-Id: I23fc6bf62e74f192f77c74ed48d5276737375f3c
Diffstat (limited to 'comphelper/source')
-rw-r--r-- | comphelper/source/misc/synchronousdispatch.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
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!"); } } |