summaryrefslogtreecommitdiff
path: root/cppu/source
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/source')
-rw-r--r--cppu/source/threadpool/thread.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/cppu/source/threadpool/thread.cxx b/cppu/source/threadpool/thread.cxx
index f5ce3b81149b..4924a45e3a92 100644
--- a/cppu/source/threadpool/thread.cxx
+++ b/cppu/source/threadpool/thread.cxx
@@ -55,10 +55,8 @@ namespace cppu_threadpool {
if( m_disposed )
{
throw css::lang::DisposedException(
- rtl::OUString(
"cppu_threadpool::ORequestThread created after"
- " cppu_threadpool::ThreadAdmin has been disposed"),
- css::uno::Reference< css::uno::XInterface >());
+ " cppu_threadpool::ThreadAdmin has been disposed");
}
m_lst.push_back( p );
}