diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-06-02 11:41:52 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-06-02 11:41:52 +0000 |
commit | 36022d4753be32daaf9c8583b002088ab0d615f2 (patch) | |
tree | a7d546df58194f47c429592920fa0d436911bc0c | |
parent | ec6eb378ca5d86e62faa7b33d9d38ea7538f4327 (diff) |
INTEGRATION: CWS vgcleanupmacros (1.3.20); FILE MERGED
2006/05/17 11:23:19 vg 1.3.20.1: #i65486# cleanup:remove obsolete macros
-rw-r--r-- | vos/source/conditn.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/vos/source/conditn.cxx b/vos/source/conditn.cxx index 24cadee72689..270500a8939f 100644 --- a/vos/source/conditn.cxx +++ b/vos/source/conditn.cxx @@ -4,9 +4,9 @@ * * $RCSfile: conditn.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 09:06:44 $ + * last change: $Author: vg $ $Date: 2006-06-02 12:41:52 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -39,10 +39,7 @@ #include <vos/conditn.hxx> #include <vos/diagnose.hxx> -#ifdef _USE_NAMESPACE using namespace vos; -#endif - VOS_IMPLEMENT_CLASSINFO(VOS_CLASSNAME(OCondition, vos), VOS_NAMESPACE(OCondition, vos), VOS_NAMESPACE(OObject, vos), 0); |