summaryrefslogtreecommitdiff
path: root/configmgr/source/broadcaster.cxx
diff options
context:
space:
mode:
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);