Use OString::getStr() now
This commit is contained in:
parent
9e3f639df0
commit
2bc6f3424b
@ -190,7 +190,7 @@ namespace connectivity
|
||||
#if OSL_DEBUG_LEVEL > 0
|
||||
::rtl::OString sTemp("Unknown Item: ");
|
||||
sTemp += ::rtl::OString(sStr.getStr(),sStr.getLength(),osl_getThreadTextEncoding());
|
||||
OSL_FAIL(sTemp);
|
||||
OSL_FAIL(sTemp.getStr());
|
||||
#endif
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user