summaryrefslogtreecommitdiff
path: root/cppu/source/threadpool/thread.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-19 00:36:42 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-19 20:04:23 +0200
commit2d4590ae56cb3f78da17e377baa3e181db42347a (patch)
tree23552d1170fb61a4e071137cf96d6841f13b41c0 /cppu/source/threadpool/thread.cxx
parentec70ac6e946973d68e72cb98c8cff2c1165d9667 (diff)
oox: drop using from header
Change-Id: Ie353c561ccdcfb3c198ff05943f0ea64a3626735
Diffstat (limited to 'cppu/source/threadpool/thread.cxx')
-rw-r--r--cppu/source/threadpool/thread.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/cppu/source/threadpool/thread.cxx b/cppu/source/threadpool/thread.cxx
index 3cab23d50aa2..f5ce3b81149b 100644
--- a/cppu/source/threadpool/thread.cxx
+++ b/cppu/source/threadpool/thread.cxx
@@ -32,6 +32,7 @@
#include "threadpool.hxx"
using namespace osl;
+using namespace rtl;
namespace cppu_threadpool {