From 2bc6f3424be27d5e036523b07ddff7a388042a2f Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 5 Oct 2011 14:05:23 +0300 Subject: [PATCH] Use OString::getStr() now --- connectivity/source/inc/ado/Aolewrap.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connectivity/source/inc/ado/Aolewrap.hxx b/connectivity/source/inc/ado/Aolewrap.hxx index 46dcf18668e6..51407bcb91ec 100644 --- a/connectivity/source/inc/ado/Aolewrap.hxx +++ b/connectivity/source/inc/ado/Aolewrap.hxx @@ -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