summaryrefslogtreecommitdiff
path: root/dtrans
diff options
context:
space:
mode:
authorJörg Budischewski <jbu@openoffice.org>2001-06-08 15:44:54 +0000
committerJörg Budischewski <jbu@openoffice.org>2001-06-08 15:44:54 +0000
commit0fd1e4bcce67390cc60f5fea05f1272a16541c66 (patch)
treeff03546c6857736e430c53311cada227ee6e16a1 /dtrans
parent0d3fedbe2411f63340d90cb4854f4153169b9d8c (diff)
#87994# replaced osl_freeThreadHandle with osl_destroyThread
Diffstat (limited to 'dtrans')
-rw-r--r--dtrans/source/X11/X11_selection.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dtrans/source/X11/X11_selection.cxx b/dtrans/source/X11/X11_selection.cxx
index 70c21099cb65..ad2083c659c1 100644
--- a/dtrans/source/X11/X11_selection.cxx
+++ b/dtrans/source/X11/X11_selection.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: X11_selection.cxx,v $
*
- * $Revision: 1.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: pl $ $Date: 2001-06-07 08:56:25 $
+ * last change: $Author: jbu $ $Date: 2001-06-08 16:44:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -459,7 +459,7 @@ SelectionManager::~SelectionManager()
{
osl_terminateThread( m_aThread );
osl_joinWithThread( m_aThread );
- osl_freeThreadHandle( m_aThread );
+ osl_destroyThread( m_aThread );
}
if( m_aDragExecuteThread )