diff options
Diffstat (limited to 'configmgr/source/writemodfile.cxx')
-rw-r--r-- | configmgr/source/writemodfile.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/writemodfile.cxx b/configmgr/source/writemodfile.cxx index 3e7e281eb6aa..51a738d8d31c 100644 --- a/configmgr/source/writemodfile.cxx +++ b/configmgr/source/writemodfile.cxx @@ -67,7 +67,7 @@ OString convertToUtf8(std::u16string_view text) { RTL_UNICODETOTEXT_FLAGS_INVALID_ERROR))) { throw css::uno::RuntimeException( - "cannot convert to UTF-8"); + u"cannot convert to UTF-8"_ustr); } return s; } |