summaryrefslogtreecommitdiff
path: root/include/codemaker/typemanager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/codemaker/typemanager.hxx')
-rw-r--r--include/codemaker/typemanager.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/codemaker/typemanager.hxx b/include/codemaker/typemanager.hxx
index be67e1ab17bc..d9bb4d83d5af 100644
--- a/include/codemaker/typemanager.hxx
+++ b/include/codemaker/typemanager.hxx
@@ -68,7 +68,7 @@ inline OString u2b(OUString const & s) {
}
inline OUString b2u(OString const & s) {
- return OUString::fromUtf8(s);
+ return OStringToOUString(s, RTL_TEXTENCODING_UTF8);
}
#endif