summaryrefslogtreecommitdiff
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.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/oox/threadpool.cxx b/sc/source/filter/oox/threadpool.cxx
index 834966109de7..d02095b81ff6 100644
--- a/sc/source/filter/oox/threadpool.cxx
+++ b/sc/source/filter/oox/threadpool.cxx
@@ -58,7 +58,7 @@ public:
return pRet;
}
- //
+
// Why a condition per worker thread - you may ask.
//
// Unfortunately the Windows synchronisation API that we wrap
@@ -67,7 +67,7 @@ public:
// The existing osl::Condition API should only ever be used
// between one producer and one consumer thread to avoid the
// lost wakeup problem.
- //
+
void signalNewWork()
{
maNewWork.set();