summaryrefslogtreecommitdiff
path: root/extensions/source
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2010-10-12 01:54:49 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-10-12 01:57:31 -0500
commitd217505d16fdbe74d8a3770897735411a441ff92 (patch)
treede402cf3687ec5ee9c444fb45a7dbce6e73acb80 /extensions/source
parent4b57550386783adaba884185a5386385694513a6 (diff)
vos:removal: missed a couple of OThread
Diffstat (limited to 'extensions/source')
-rw-r--r--extensions/source/ole/olethread.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/extensions/source/ole/olethread.cxx b/extensions/source/ole/olethread.cxx
index 7fcd29612f57..64df49888b68 100644
--- a/extensions/source/ole/olethread.cxx
+++ b/extensions/source/ole/olethread.cxx
@@ -38,7 +38,6 @@
#include <osl/thread.hxx>
-using namespace vos;
using namespace std;
namespace ole_adapter
@@ -50,7 +49,7 @@ typedef DECLSPEC_IMPORT HRESULT (STDAPICALLTYPE *ptrCoInit)( LPVOID);
void o2u_attachCurrentThread()
{
- static OThreadData oleThreadData;
+ static osl::ThreadData oleThreadData;
if ((sal_Bool)(sal_IntPtr)oleThreadData.getData() != sal_True)
{