summaryrefslogtreecommitdiff
path: root/vos
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-06-02 11:38:08 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-06-02 11:38:08 +0000
commit64b592a3c9387843b68537c962c412b00ea9b611 (patch)
tree5377a27631f68b7cecc4d38d7a6c7dbf19843a89 /vos
parentccfd255865f4af6b4912292facc5c37aae40f837 (diff)
INTEGRATION: CWS vgcleanupmacros (1.8.18); FILE MERGED
2006/05/17 11:23:17 vg 1.8.18.1: #i65486# cleanup:remove obsolete macros
Diffstat (limited to 'vos')
-rw-r--r--vos/inc/vos/process.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/vos/inc/vos/process.hxx b/vos/inc/vos/process.hxx
index a1cdcc44d615..534aa0895191 100644
--- a/vos/inc/vos/process.hxx
+++ b/vos/inc/vos/process.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: process.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 09:01:37 $
+ * last change: $Author: vg $ $Date: 2006-06-02 12:38:08 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -55,10 +55,8 @@
# include <osl/process.h>
#endif
-#ifdef _USE_NAMESPACE
namespace vos
{
-#endif
class OProcess;
@@ -333,9 +331,7 @@ public:
};
-#ifdef _USE_NAMESPACE
}
-#endif
#endif // _VOS_PROCESS_HXX_