Kaydet (Commit) 2bc6f342 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Use OString::getStr() now

üst 9e3f639d
...@@ -190,7 +190,7 @@ namespace connectivity ...@@ -190,7 +190,7 @@ namespace connectivity
#if OSL_DEBUG_LEVEL > 0 #if OSL_DEBUG_LEVEL > 0
::rtl::OString sTemp("Unknown Item: "); ::rtl::OString sTemp("Unknown Item: ");
sTemp += ::rtl::OString(sStr.getStr(),sStr.getLength(),osl_getThreadTextEncoding()); sTemp += ::rtl::OString(sStr.getStr(),sStr.getLength(),osl_getThreadTextEncoding());
OSL_FAIL(sTemp); OSL_FAIL(sTemp.getStr());
#endif #endif
} }
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment