summaryrefslogtreecommitdiff
path: root/cui/source/inc
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 /cui/source/inc
parent4b57550386783adaba884185a5386385694513a6 (diff)
vos:removal: missed a couple of OThread
Diffstat (limited to 'cui/source/inc')
-rw-r--r--cui/source/inc/cuigaldlg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/inc/cuigaldlg.hxx b/cui/source/inc/cuigaldlg.hxx
index 56aedff40de1..9bd80879816d 100644
--- a/cui/source/inc/cuigaldlg.hxx
+++ b/cui/source/inc/cuigaldlg.hxx
@@ -28,7 +28,7 @@
#ifndef _CUI_GALDLG_HXX_
#define _CUI_GALDLG_HXX_
-#include <vos/thread.hxx>
+#include <osl/thread.hxx>
#include <vcl/dialog.hxx>
#include <vcl/graph.hxx>
#include <vcl/fixed.hxx>
@@ -71,7 +71,7 @@ struct FilterEntry
// - SearchThread -
// ----------------
-class SearchThread : public ::vos::OThread
+class SearchThread : public ::osl::Thread
{
private:
@@ -128,7 +128,7 @@ public:
// - TakeThread -
// --------------
-class TakeThread : public ::vos::OThread
+class TakeThread : public ::osl::Thread
{
private: