diff options
author | Malte Timmermann <Malte.Timmermann@sun.com> | 2010-06-30 10:09:29 +0200 |
---|---|---|
committer | Malte Timmermann <Malte.Timmermann@sun.com> | 2010-06-30 10:09:29 +0200 |
commit | 450c9c6670feb2685382faa6923aec5cb1afcdd8 (patch) | |
tree | 2ea17aa57d58449b8ce539128cab0e2bd2b4e7c3 /extensions/test/stm/pipetest.cxx | |
parent | 5b5b5ff7a083d39a81c15776e79c55c3c08158f0 (diff) |
codecleanup02: #i112685# Removed old stuff: _VOS_NO_NAMESPACE
Diffstat (limited to 'extensions/test/stm/pipetest.cxx')
-rw-r--r-- | extensions/test/stm/pipetest.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/extensions/test/stm/pipetest.cxx b/extensions/test/stm/pipetest.cxx index 39eb73b3c591..b38cafd2952f 100644 --- a/extensions/test/stm/pipetest.cxx +++ b/extensions/test/stm/pipetest.cxx @@ -48,10 +48,8 @@ #define IMPLEMENTATION_NAME L"test.com.sun.star.comp.extensions.stm.Pipe" #define SERVICE_NAME L"test.com.sun.star.io.Pipe" -#ifndef _VOS_NO_NAMESPACE using namespace vos; using namespace usr; -#endif class WriteToStreamThread : public OThread |