diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 13:41:21 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 13:41:21 +0000 |
commit | 678e23d8329f8f57b84b3a33a0bf15ae4e9d3562 (patch) | |
tree | d9af18d7646901424e2913d76856d9e5cf849173 /io | |
parent | 9d635de144f1bfdf30d658233d05d865e6574eb2 (diff) |
INTEGRATION: CWS os2port01 (1.9.28); FILE MERGED
2007/07/17 11:38:40 obr 1.9.28.2: RESYNC: (1.9-1.10); FILE MERGED
2006/12/28 15:00:39 ydario 1.9.28.1: OS/2 initial import.
Diffstat (limited to 'io')
-rw-r--r-- | io/test/testcomponent.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/io/test/testcomponent.cxx b/io/test/testcomponent.cxx index e072cdbc3a55..b1d66de18538 100644 --- a/io/test/testcomponent.cxx +++ b/io/test/testcomponent.cxx @@ -4,9 +4,9 @@ * * $RCSfile: testcomponent.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: obo $ $Date: 2006-09-16 23:44:47 $ + * last change: $Author: vg $ $Date: 2007-09-20 14:41:21 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -115,7 +115,7 @@ int main (int argc, char **argv) sTestName = "test"; sTestName += argv[2]; -#ifdef SAL_W32 +#if defined(SAL_W32) || defined(SAL_OS2) OUString aDllName = OStringToOUString( sTestName , RTL_TEXTENCODING_ASCII_US ); #else OUString aDllName = OUString::createFromAscii("lib"); |