diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-06-02 11:44:56 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-06-02 11:44:56 +0000 |
commit | 3fb6c2c5805bb3f44b2641de9c1a5fbc596fda7a (patch) | |
tree | 89026659b757b1863fbc57c1d1bd1912441a5a4e /vos | |
parent | 95d65e4ceeba5dc9ffdcacd6343973ee7ab57f67 (diff) |
INTEGRATION: CWS vgcleanupmacros (1.2.18); FILE MERGED
2006/05/17 11:23:21 vg 1.2.18.1: #i65486# cleanup:remove obsolete macros
Diffstat (limited to 'vos')
-rw-r--r-- | vos/source/signal.cxx | 8 | ||||
-rw-r--r-- | vos/source/stream.cxx | 6 |
2 files changed, 5 insertions, 9 deletions
diff --git a/vos/source/signal.cxx b/vos/source/signal.cxx index 786bf8c32cd6..0bf17169b876 100644 --- a/vos/source/signal.cxx +++ b/vos/source/signal.cxx @@ -4,9 +4,9 @@ * * $RCSfile: signal.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-09 09:09:51 $ + * last change: $Author: vg $ $Date: 2006-06-02 12:44:00 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -38,7 +38,7 @@ #include <vos/object.hxx> #include <vos/signal.hxx> -#if defined ( _USE_NAMESPACE ) && !defined ( WNT ) +#if !defined ( WNT ) oslSignalAction SAL_CALL _OSignalHandler_Function(void* pthis, oslSignalInfo* pInfo) { @@ -58,9 +58,7 @@ static oslSignalAction SAL_CALL _OSignalHandler_Function(void* pthis, oslSignalI return ((oslSignalAction)pThis->signal(pInfo)); } -#ifdef _USE_NAMESPACE using namespace vos; -#endif ///////////////////////////////////////////////////////////////////////////// // Thread class diff --git a/vos/source/stream.cxx b/vos/source/stream.cxx index e91138e541a7..1c1ff0071ffb 100644 --- a/vos/source/stream.cxx +++ b/vos/source/stream.cxx @@ -4,9 +4,9 @@ * * $RCSfile: stream.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-09 09:10:30 $ + * last change: $Author: vg $ $Date: 2006-06-02 12:44:56 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -38,9 +38,7 @@ #include <vos/object.hxx> #include <vos/stream.hxx> -#ifdef _USE_NAMESPACE using namespace vos; -#endif ///////////////////////////////////////////////////////////////////////////// // |