summaryrefslogtreecommitdiffstats
path: root/cppu
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2001-10-26 06:57:37 +0000
committerDaniel Boelzle <dbo@openoffice.org>2001-10-26 06:57:37 +0000
commit0ba3ffdd6e7bca89e8450205c6af0d5e2ab13603 (patch)
tree90f1de79b9b8a29ceaf17eb0091a680eed322a30 /cppu
parent#93739# CPPU_ENV define (diff)
downloadcore-0ba3ffdd6e7bca89e8450205c6af0d5e2ab13603.tar.gz
core-0ba3ffdd6e7bca89e8450205c6af0d5e2ab13603.zip
#93739#
Diffstat (limited to 'cppu')
-rw-r--r--cppu/source/threadpool/current.cxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/cppu/source/threadpool/current.cxx b/cppu/source/threadpool/current.cxx
index ce489c7ea461..89addc20e825 100644
--- a/cppu/source/threadpool/current.cxx
+++ b/cppu/source/threadpool/current.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: current.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: dbo $ $Date: 2001-08-22 09:33:00 $
+ * last change: $Author: dbo $ $Date: 2001-10-26 07:57:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,20 +65,19 @@
#include <osl/thread.h>
#include <osl/mutex.hxx>
-#include <uno/current_context.hxx>
#include <uno/environment.h>
#include <uno/mapping.hxx>
+#include <com/sun/star/uno/XCurrentContext.hpp>
+
#include "current.hxx"
using namespace ::osl;
using namespace ::rtl;
using namespace ::cppu;
-
using namespace ::com::sun::star::uno;
-
namespace cppu
{