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 2652ae8831e7..87481cc28749 100644
--- a/configmgr/source/broadcaster.cxx
+++ b/configmgr/source/broadcaster.cxx
@@ -47,7 +47,7 @@ namespace {
void appendMessage(
OUStringBuffer & buffer, css::uno::Exception const & exception)
{
- buffer.appendAscii("; ");
+ buffer.append("; ");
buffer.append(exception.Message);
}