summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/oox/threadpool.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/oox/threadpool.cxx')
-rw-r--r--sc/source/filter/oox/threadpool.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/filter/oox/threadpool.cxx b/sc/source/filter/oox/threadpool.cxx
index 1055e5997de5..3fcfa755129c 100644
--- a/sc/source/filter/oox/threadpool.cxx
+++ b/sc/source/filter/oox/threadpool.cxx
@@ -11,7 +11,6 @@
#include <algorithm>
-
class ThreadPool::ThreadWorker : public salhelper::Thread
{
ThreadPool *mpPool;
@@ -58,7 +57,6 @@ public:
return pRet;
}
-
// Why a condition per worker thread - you may ask.
//
// Unfortunately the Windows synchronisation API that we wrap