give useful details in non-debug mode too
Change-Id: I5a3be096ad4417735254abb387b21029e636f5b8
This commit is contained in:
@@ -3446,11 +3446,9 @@ static OUString failsToSupply(const OUString& name_, const OString& baseName)
|
|||||||
{
|
{
|
||||||
return OUString(
|
return OUString(
|
||||||
"\n"
|
"\n"
|
||||||
"#if OSL_DEBUG_LEVEL > 0\n"
|
"\n"
|
||||||
" ::rtl::OUString(\"component context fails to supply service '" + name_ + "' of type '" + OStringToOUString(baseName, RTL_TEXTENCODING_UTF8) + "'\")\n"
|
" ::rtl::OUString(\"component context fails to supply service '" + name_ + "' of type '" + OStringToOUString(baseName, RTL_TEXTENCODING_UTF8) + "'\")\n"
|
||||||
"#else\n"
|
"\n");
|
||||||
" ::rtl::OUString(\"service not supplied\")\n"
|
|
||||||
"#endif\n");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void ServiceType::dumpHxxFile(
|
void ServiceType::dumpHxxFile(
|
||||||
|
Reference in New Issue
Block a user