summaryrefslogtreecommitdiff
path: root/configmgr/source/broadcaster.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-07-23 13:09:55 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-07-23 13:09:55 +0200
commit2270f32c6bc055ab79c075015843124a5370e020 (patch)
treebf58e350ed41ea83b2f13e05f3afb879280c7cdd /configmgr/source/broadcaster.cxx
parentbb67e709b70919efb41ec41e93dd92953dc6a003 (diff)
Clean up redundant explicit OUString(...) ctors
Change-Id: Ieb5d4a1d669e0472ec08704c618a9d9c1d30b77f
Diffstat (limited to 'configmgr/source/broadcaster.cxx')
-rw-r--r--configmgr/source/broadcaster.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/broadcaster.cxx b/configmgr/source/broadcaster.cxx
index 6a6a503b0e0e..c080a3ee61b3 100644
--- a/configmgr/source/broadcaster.cxx
+++ b/configmgr/source/broadcaster.cxx
@@ -193,7 +193,7 @@ void Broadcaster::send() {
}
if (exception.hasValue()) {
throw css::lang::WrappedTargetRuntimeException(
- (OUString("configmgr exceptions during listener notification") +
+ ("configmgr exceptions during listener notification" +
messages.makeStringAndClear()),
css::uno::Reference< css::uno::XInterface >(),
exception);