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