diff options
Diffstat (limited to 'tubes/source/contacts.cxx')
-rw-r--r-- | tubes/source/contacts.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tubes/source/contacts.cxx b/tubes/source/contacts.cxx index df9900565dd8..867a9c95d3cb 100644 --- a/tubes/source/contacts.cxx +++ b/tubes/source/contacts.cxx @@ -128,8 +128,7 @@ public: static OUString fromUTF8( const char *pStr ) { - return OStringToOUString( OString( pStr, strlen( pStr ) ), - RTL_TEXTENCODING_UTF8 ); + return OUString::fromUtf8( OString( pStr, strlen( pStr ) ) ); } void Populate() |