Kaydet (Commit) 0d85d88e authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Improved error reporting

üst 222b123b
......@@ -629,7 +629,10 @@ void TransliterationImpl::loadBody( OUString &implName, Reference<XExtendedTrans
}
}
}
throw ERROR;
throw RuntimeException(
("cannot find " TRLT_SERVICELNAME_L10N " service implementation named "
+ implName),
Reference< XInterface >());
}
sal_Bool SAL_CALL
......
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