Kaydet (Commit) 83d8300b authored tarafından Thomas Arnhold's avatar Thomas Arnhold

Move DBG_ERROR to OSL_FAIL and correct OString usage

üst 889f274f
......@@ -111,7 +111,7 @@ namespace ww
}
if (bBroken)
{
DBG_ERROR(rtl::OUStringToOString(sError, RTL_TEXTENCODING_ASCII_US));
OSL_FAIL( rtl::OUStringToOString( sError, RTL_TEXTENCODING_ASCII_US ).getStr() );
}
#endif
}
......
......@@ -108,7 +108,7 @@ namespace ww
}
if (bBroken)
{
DBG_ERROR(rtl::OUStringToOString(sError, RTL_TEXTENCODING_ASCII_US));
OSL_FAIL( rtl::OUStringToOString( sError, RTL_TEXTENCODING_ASCII_US ).getStr() );
}
#endif
}
......
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