diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-06-02 11:45:11 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-06-02 11:45:11 +0000 |
commit | a50d4d7f225c50a00d63b927b9cff9c4eddf4086 (patch) | |
tree | 73e593bc32dfd9d1ae9730220597ac2ea823d4c6 /vos/source/thread.cxx | |
parent | 3fb6c2c5805bb3f44b2641de9c1a5fbc596fda7a (diff) |
INTEGRATION: CWS vgcleanupmacros (1.6.18); FILE MERGED
2006/05/17 11:23:21 vg 1.6.18.1: #i65486# cleanup:remove obsolete macros
Diffstat (limited to 'vos/source/thread.cxx')
-rw-r--r-- | vos/source/thread.cxx | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/vos/source/thread.cxx b/vos/source/thread.cxx index bf3894f1adea..c4cc8e4f65fd 100644 --- a/vos/source/thread.cxx +++ b/vos/source/thread.cxx @@ -4,9 +4,9 @@ * * $RCSfile: thread.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-09 09:10:44 $ + * last change: $Author: vg $ $Date: 2006-06-02 12:45:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -42,7 +42,7 @@ -#if defined ( _USE_NAMESPACE ) && !defined ( WNT ) +#if !defined ( WNT ) void _OThread_WorkerFunction(void* pthis) { @@ -71,10 +71,7 @@ void SAL_CALL _OThread_WorkerFunction(void* pthis) } } -#ifdef _USE_NAMESPACE using namespace vos; -#endif - ///////////////////////////////////////////////////////////////////////////// // |