summaryrefslogtreecommitdiff
path: root/basic/inc
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2010-10-20 19:21:49 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-10-25 19:55:34 -0500
commit6cd025d44e9464716c8645f435966baca4caf921 (patch)
tree3f013c2d393787bbbcd32d9be3737ac91a27e44b /basic/inc
parentdbc4dae204e774a0e7274b63e82d6f9ac1cf94c0 (diff)
remvove vos/macros.h usage
Diffstat (limited to 'basic/inc')
-rw-r--r--basic/inc/basic/process.hxx6
-rw-r--r--basic/inc/pch/precompiled_basic.hxx1
2 files changed, 3 insertions, 4 deletions
diff --git a/basic/inc/basic/process.hxx b/basic/inc/basic/process.hxx
index 20cdbe1d4aa4..9a593322b896 100644
--- a/basic/inc/basic/process.hxx
+++ b/basic/inc/basic/process.hxx
@@ -39,9 +39,9 @@ typedef Environment::value_type EnvironmentVariable;
class Process
{
// Internal members and methods
- NAMESPACE_VOS(OArgumentList) *pArgumentList;
- NAMESPACE_VOS(OEnvironment) *pEnvList;
- NAMESPACE_VOS(OProcess) *pProcess;
+ vos::OArgumentList *pArgumentList;
+ vos::OEnvironment *pEnvList;
+ vos::OProcess *pProcess;
BOOL ImplIsRunning();
long ImplGetExitCode();
BOOL bWasGPF;
diff --git a/basic/inc/pch/precompiled_basic.hxx b/basic/inc/pch/precompiled_basic.hxx
index eacfc86d3b1b..502097724f9c 100644
--- a/basic/inc/pch/precompiled_basic.hxx
+++ b/basic/inc/pch/precompiled_basic.hxx
@@ -276,7 +276,6 @@
#include "vcl/wrkwin.hxx"
#include "osl/diagnose.h"
-#include "vos/macros.hxx"
#include "osl/mutex.hxx"
#include "vos/process.hxx"