summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-12-07 22:17:56 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-12-07 22:17:56 +0100
commit21f6405cbef47feb871a5290cc57788589d932c4 (patch)
tree580c55a92f06742a6b3d757497ce85f1b9124740 /comphelper
parenta7a9350a89d3c82641282d7e6273402c9fc54fc3 (diff)
This is presumably not meant to be exported
Change-Id: Id11393c44ddd217d3def259ea5a8df9f8bb27711
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/misc/threadpool.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/misc/threadpool.cxx b/comphelper/source/misc/threadpool.cxx
index 63291436e931..eddf56e43d49 100644
--- a/comphelper/source/misc/threadpool.cxx
+++ b/comphelper/source/misc/threadpool.cxx
@@ -27,7 +27,7 @@ static thread_local bool gbIsWorkerThread;
#endif
// used to group thread-tasks for waiting in waitTillDone()
-class COMPHELPER_DLLPUBLIC ThreadTaskTag
+class ThreadTaskTag
{
std::mutex maMutex;
sal_Int32 mnTasksWorking;