diff options
author | Francois Tigeot <ftigeot@wolfpond.org> | 2011-04-16 09:08:29 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-04-18 16:59:48 +0200 |
commit | 35e1b53c7e6176315257cae9434ec4364262282c (patch) | |
tree | 32c349e5d26d2e4475af8ae260bdc29ca4dd17f3 /io | |
parent | be6061a954b5f55b20d0e58aa12b425b6505f56e (diff) |
Remove OS/2 support.
Diffstat (limited to 'io')
-rw-r--r-- | io/test/testcomponent.cxx | 2 | ||||
-rw-r--r-- | io/test/testconnection.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/io/test/testcomponent.cxx b/io/test/testcomponent.cxx index b111e4df66b6..839f250d73ea 100644 --- a/io/test/testcomponent.cxx +++ b/io/test/testcomponent.cxx @@ -108,7 +108,7 @@ int main (int argc, char **argv) sTestName = "test"; sTestName += argv[2]; -#if defined(SAL_W32) || defined(SAL_OS2) +#if defined(SAL_W32) OUString aDllName = OStringToOUString( sTestName , RTL_TEXTENCODING_ASCII_US ); #else OUString aDllName(RTL_CONSTASCII_USTRINGPARAM("lib")); diff --git a/io/test/testconnection.cxx b/io/test/testconnection.cxx index 7cedd87487e5..b4818c16f770 100644 --- a/io/test/testconnection.cxx +++ b/io/test/testconnection.cxx @@ -179,7 +179,7 @@ void testConnection( const OUString &sConnectionDescription , } -#if (defined UNX) || (defined OS2) +#if (defined UNX) int main( int argc, char * argv[] ) #else int __cdecl main( int argc, char * argv[] ) |