summaryrefslogtreecommitdiff
path: root/stoc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2002-08-19 13:16:58 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2002-08-19 13:16:58 +0000
commit7bfb9b0d75f11a169e3b22b40fee3c2a4e7cf775 (patch)
tree801d741eebe99e2d8458a83355e01398a413204c /stoc
parentd4eb3ded2149b0f145de4886272e869d74d996e4 (diff)
#i6886#,#101685#: merge OOO_STABLE_1_PORTS (1.7-1.7.16.1) -> HEAD
Diffstat (limited to 'stoc')
-rw-r--r--stoc/test/testintrosp.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/stoc/test/testintrosp.cxx b/stoc/test/testintrosp.cxx
index 79edc32c54f8..7fe0d8c45606 100644
--- a/stoc/test/testintrosp.cxx
+++ b/stoc/test/testintrosp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: testintrosp.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: jbu $ $Date: 2001-06-22 16:21:01 $
+ * last change: $Author: hr $ $Date: 2002-08-19 14:16:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1602,7 +1602,7 @@ int __cdecl main( int argc, char * argv[] )
libName = OUString::createFromAscii("corefl.dll");
#else
#ifdef MACOSX
- libName = OUString::createFromAscii("libcorefl.dylib.framework");
+ libName = OUString::createFromAscii("libcorefl.dylib");
#else
libName = OUString::createFromAscii("libcorefl.so");
#endif
@@ -1620,7 +1620,7 @@ int __cdecl main( int argc, char * argv[] )
libName = OUString::createFromAscii("insp.dll");
#else
#ifdef MACOSX
- libName = OUString::createFromAscii("libinsp.dylib.framework");
+ libName = OUString::createFromAscii("libinsp.dylib");
#else
libName = OUString::createFromAscii("libinsp.so");
#endif