summaryrefslogtreecommitdiff
path: root/uui/source/iahndl-errorhandler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'uui/source/iahndl-errorhandler.cxx')
-rw-r--r--uui/source/iahndl-errorhandler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/iahndl-errorhandler.cxx b/uui/source/iahndl-errorhandler.cxx
index 31dfe1e40370..481ed0e58579 100644
--- a/uui/source/iahndl-errorhandler.cxx
+++ b/uui/source/iahndl-errorhandler.cxx
@@ -51,7 +51,7 @@ executeErrorDialog(
OUStringBuffer aText(rContext);
if (!rContext.isEmpty() && !rMessage.isEmpty())
- aText.appendAscii(":\n");
+ aText.append(":\n");
//TODO! must be internationalized
aText.append(rMessage);