summaryrefslogtreecommitdiff
path: root/io/test
diff options
context:
space:
mode:
Diffstat (limited to 'io/test')
-rw-r--r--io/test/testcomponent.cxx6
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");