diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2010-08-25 17:21:42 +0200 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2010-08-25 17:21:42 +0200 |
commit | a65ca79f2a3b044f8e920c191445f010e6da255d (patch) | |
tree | f93e9d18f27d4a5fe00ccddca185395cef81b24b /basic/inc | |
parent | 6d4a9c5e7c6fcddcfdfc27371d0358495eb9e79d (diff) | |
parent | 7fcdb05e4b2166c0190869926dcb5963e920bbea (diff) |
CWS-TOOLING: integrate CWS codecleanup02
Diffstat (limited to 'basic/inc')
-rw-r--r-- | basic/inc/basic/process.hxx | 6 |
1 files changed, 3 insertions, 3 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; |