summaryrefslogtreecommitdiff
path: root/uui/source/iahndl-errorhandler.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-08-31 08:00:37 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-08-31 08:00:37 +0200
commitbcba4102b47b69527dc85caae3b3499ccc437870 (patch)
treecc6d354efaea7c3f9d6b752652a7c51b6814995c /uui/source/iahndl-errorhandler.cxx
parent36fe72f915c44ff026514352ff8378178f437e66 (diff)
loplugin:stringconstant: OUStringBuffer: appendAscii -> append
Change-Id: I50731912bb29ce7749d4765ca4866e08ce20994e
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);