summaryrefslogtreecommitdiff
path: root/stoc/test/testiadapter.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2002-08-19 13:14:04 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2002-08-19 13:14:04 +0000
commite488beda44fe60362e723ef213a8099ad08cc474 (patch)
tree83beee3165f52bcf30b3aa30fa43359a226ed6ad /stoc/test/testiadapter.cxx
parenta4af0844b29d267d0f05ff9e0e310ea07d3c5814 (diff)
#i6886#,#101685#: merge OOO_STABLE_1_PORTS (1.5-1.5.20.1) -> HEAD
Diffstat (limited to 'stoc/test/testiadapter.cxx')
-rw-r--r--stoc/test/testiadapter.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/stoc/test/testiadapter.cxx b/stoc/test/testiadapter.cxx
index 3a1130f13..677d44391 100644
--- a/stoc/test/testiadapter.cxx
+++ b/stoc/test/testiadapter.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: testiadapter.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: dbo $ $Date: 2001-11-26 15:19:12 $
+ * last change: $Author: hr $ $Date: 2002-08-19 14:14:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1023,7 +1023,7 @@ static sal_Bool test_invocation( const Reference< XMultiServiceFactory > & xMgr
#ifdef UNX
#define REG_PREFIX "lib"
#ifdef MACOSX
-#define DLL_POSTFIX ".dylib.framework"
+#define DLL_POSTFIX ".dylib"
#else
#define DLL_POSTFIX ".so"
#endif