summaryrefslogtreecommitdiff
path: root/svx/source/inc/trace.hxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2010-10-10 21:29:05 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-10-10 21:29:05 -0500
commit90090c56845dcd942638a2852b9a09e3972d05d6 (patch)
tree42b8d8b8b66a8fb8f98ca83bd6abfbd3319402bd /svx/source/inc/trace.hxx
parent88e1f3d8f884c326aaf92ad0e18e96ece244b8da (diff)
merge vosremoval-thread patch
Diffstat (limited to 'svx/source/inc/trace.hxx')
-rw-r--r--svx/source/inc/trace.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/inc/trace.hxx b/svx/source/inc/trace.hxx
index 8de8af5f7cf1..5ef608810ba2 100644
--- a/svx/source/inc/trace.hxx
+++ b/svx/source/inc/trace.hxx
@@ -30,7 +30,7 @@
#if defined(DBG_UTIL)
#include <tools/string.hxx>
-#include <vos/thread.hxx>
+#include <osl/thread.hxx>
#include <vos/mutex.hxx>
#include <comphelper/stl_types.hxx>
@@ -39,7 +39,7 @@ class Tracer
{
ByteString m_sBlockDescription;
- DECLARE_STL_STDKEY_MAP( ::vos::OThread::TThreadIdentifier, sal_Int32, MapThreadId2Int );
+ DECLARE_STL_STDKEY_MAP( ::oslThreadIdentifier, sal_Int32, MapThreadId2Int );
static MapThreadId2Int s_aThreadIndents;
static ::vos::OMutex s_aMapSafety;