remove usage of RTL_CONSTASCII_USTRINGPARAM
Mechanical removal of usage together with OUString ctor, done by compiler plugin. Change-Id: I554227f76df0dac620b1b46fca32516f78b462c5
This commit is contained in:
@@ -55,9 +55,8 @@ namespace cppu_threadpool {
|
||||
{
|
||||
throw css::lang::DisposedException(
|
||||
rtl::OUString(
|
||||
RTL_CONSTASCII_USTRINGPARAM(
|
||||
"cppu_threadpool::ORequestThread created after"
|
||||
" cppu_threadpool::ThreadAdmin has been disposed")),
|
||||
" cppu_threadpool::ThreadAdmin has been disposed"),
|
||||
css::uno::Reference< css::uno::XInterface >());
|
||||
}
|
||||
m_lst.push_back( p );
|
||||
|
Reference in New Issue
Block a user