From 9b2e1a97fb1bf8919c2b270434438d2affe79134 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Fri, 2 Jun 2006 11:37:38 +0000 Subject: INTEGRATION: CWS vgcleanupmacros (1.4.12); FILE MERGED 2006/05/17 11:23:17 vg 1.4.12.1: #i65486# cleanup:remove obsolete macros --- vos/inc/vos/object.hxx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'vos/inc') diff --git a/vos/inc/vos/object.hxx b/vos/inc/vos/object.hxx index 5cdb2963bbe3..79b258575579 100644 --- a/vos/inc/vos/object.hxx +++ b/vos/inc/vos/object.hxx @@ -4,9 +4,9 @@ * * $RCSfile: object.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2005-12-28 17:33:29 $ + * last change: $Author: vg $ $Date: 2006-06-02 12:37:38 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -44,10 +44,8 @@ # include #endif -#ifdef _USE_NAMESPACE namespace vos { -#endif // *************************************** // Object super class @@ -201,9 +199,7 @@ public: \ VOS_NAMESPACE(OObject, vos)* class_name::createObject(const VOS_NAMESPACE(OCreateParam, vos)& rParam) \ { return new class_name(rParam); } -#ifdef _USE_NAMESPACE } -#endif #endif // _VOS_OBJECT_HXX_ -- cgit