diff options
author | Joseph Powers <jpowers27@cox.net> | 2010-12-16 05:58:42 -0800 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2010-12-16 06:02:59 -0800 |
commit | c6035b22942de83bcd662519c433a4d955cef9a1 (patch) | |
tree | fe8e5584f5db538ba2f5d996af9ea25ddf95f06e /basic | |
parent | 6836b5b350f890a2e5885fc82fa6f92fc2c73b15 (diff) |
Remove DECLARE_LIST( ByteStringList, ByteString * )
It was already remaked out, so no real code change.
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/app/process.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/basic/source/app/process.cxx b/basic/source/app/process.cxx index d370b3947ca3..b91057763c44 100644 --- a/basic/source/app/process.cxx +++ b/basic/source/app/process.cxx @@ -42,12 +42,6 @@ #include <osl/process.h> #include <basic/ttstrhlp.hxx> - -//#ifndef _BYTE_STRING_LIST -//DECLARE_LIST( ByteStringList, ByteString * ); -//#define _BYTE_STRING_LIST -//#endif - #include <basic/process.hxx> Process::Process() @@ -183,7 +177,6 @@ BOOL Process::Start() { bWasGPF = FALSE; #ifdef WNT -// sal_uInt32 nErrorMode = SetErrorMode(SEM_NOOPENFILEERRORBOX | SEM_NOALIGNMENTFAULTEXCEPT | SEM_FAILCRITICALERRORS | SEM_NOGPFAULTERRORBOX); sal_uInt32 nErrorMode = SetErrorMode(SEM_NOOPENFILEERRORBOX | SEM_NOALIGNMENTFAULTEXCEPT | SEM_NOGPFAULTERRORBOX); try { |