summaryrefslogtreecommitdiffstats
path: root/codemaker/source/codemaker/codemaker.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'codemaker/source/codemaker/codemaker.cxx')
-rw-r--r--codemaker/source/codemaker/codemaker.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/codemaker/source/codemaker/codemaker.cxx b/codemaker/source/codemaker/codemaker.cxx
index cb797533e2b9..df93ed2f5662 100644
--- a/codemaker/source/codemaker/codemaker.cxx
+++ b/codemaker/source/codemaker/codemaker.cxx
@@ -36,7 +36,7 @@ OString convertString(OUString const & string) {
| RTL_UNICODETOTEXT_FLAGS_INVALID_ERROR)))
{
throw CannotDumpException(
- "Failure converting string from UTF-16 to UTF-8");
+ u"Failure converting string from UTF-16 to UTF-8"_ustr);
}
return s;
}