From d9a952b4ecb60b6b1cec6192719cabed04b664d6 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Fri, 2 Jun 2006 12:04:04 +0000 Subject: INTEGRATION: CWS vgcleanupmacros (1.4.134); FILE MERGED 2006/05/17 11:15:43 vg 1.4.134.1: #i65486# cleanup:remove obsolete macros --- extensions/test/sax/testwriter.cxx | 8 ++------ extensions/workben/pythonautotest.cxx | 6 ++---- extensions/workben/pythontest.cxx | 6 ++---- extensions/workben/testcomponent.cxx | 6 ++---- 4 files changed, 8 insertions(+), 18 deletions(-) diff --git a/extensions/test/sax/testwriter.cxx b/extensions/test/sax/testwriter.cxx index e3e8d9de0171..c81e4df72a52 100644 --- a/extensions/test/sax/testwriter.cxx +++ b/extensions/test/sax/testwriter.cxx @@ -4,9 +4,9 @@ * * $RCSfile: testwriter.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 20:59:10 $ + * last change: $Author: vg $ $Date: 2006-06-02 13:02:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -61,14 +61,10 @@ #include // for EXTERN_SERVICE_CALLTYPE - -#ifdef _USE_NAMESPACE using namespace std; using namespace rtl; using namespace vos; using namespace usr; -#endif - #define BUILD_ERROR(expr, Message)\ {\ diff --git a/extensions/workben/pythonautotest.cxx b/extensions/workben/pythonautotest.cxx index f1832f8b77bd..f7eb5e493760 100644 --- a/extensions/workben/pythonautotest.cxx +++ b/extensions/workben/pythonautotest.cxx @@ -4,9 +4,9 @@ * * $RCSfile: pythonautotest.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 21:02:25 $ + * last change: $Author: vg $ $Date: 2006-06-02 13:03:00 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -51,11 +51,9 @@ #endif #include -#ifdef _USE_NAMESPACE using namespace rtl; using namespace vos; using namespace usr; -#endif #define PCHAR_TO_USTRING(x) StringToOUString(String(x),CHARSET_SYSTEM) #define USTRING_TO_PCHAR(x) OUStringToString(x , CHARSET_DONTKNOW ).GetCharStr() diff --git a/extensions/workben/pythontest.cxx b/extensions/workben/pythontest.cxx index 4bfc18bb530d..364cf22fe03e 100644 --- a/extensions/workben/pythontest.cxx +++ b/extensions/workben/pythontest.cxx @@ -4,9 +4,9 @@ * * $RCSfile: pythontest.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 21:02:40 $ + * last change: $Author: vg $ $Date: 2006-06-02 13:03:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -52,11 +52,9 @@ #endif #include -#ifdef _USE_NAMESPACE using namespace rtl; using namespace vos; using namespace usr; -#endif #define PCHAR_TO_USTRING(x) StringToOUString(String(x),CHARSET_SYSTEM) diff --git a/extensions/workben/testcomponent.cxx b/extensions/workben/testcomponent.cxx index 1264edd4eb38..8229779fe883 100644 --- a/extensions/workben/testcomponent.cxx +++ b/extensions/workben/testcomponent.cxx @@ -4,9 +4,9 @@ * * $RCSfile: testcomponent.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 21:02:55 $ + * last change: $Author: vg $ $Date: 2006-06-02 13:04:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -61,11 +61,9 @@ #include -#ifdef _USE_NAMESPACE using namespace rtl; using namespace vos; using namespace usr; -#endif // Needed to switch on solaris threads -- cgit