diff options
Diffstat (limited to 'cppu/source/threadpool/thread.cxx')
-rw-r--r-- | cppu/source/threadpool/thread.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/source/threadpool/thread.cxx b/cppu/source/threadpool/thread.cxx index ad37fa3072a8..2af33eff7c34 100644 --- a/cppu/source/threadpool/thread.cxx +++ b/cppu/source/threadpool/thread.cxx @@ -161,7 +161,7 @@ namespace cppu_threadpool { { // Note : Oneways should not get a disposable disposeid, // It does not make sense to dispose a call in this state. - // That's way we put it an disposeid, that can't be used otherwise. + // That's way we put it a disposeid, that can't be used otherwise. m_pQueue->enter( sal::static_int_cast< sal_Int64 >( reinterpret_cast< sal_IntPtr >(this)), |