From 35e1b53c7e6176315257cae9434ec4364262282c Mon Sep 17 00:00:00 2001 From: Francois Tigeot Date: Sat, 16 Apr 2011 09:08:29 +0200 Subject: Remove OS/2 support. --- io/test/testcomponent.cxx | 2 +- io/test/testconnection.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'io') 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[] ) -- cgit