summaryrefslogtreecommitdiff
path: root/stoc/test/testproxyfac.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2002-08-19 13:22:19 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2002-08-19 13:22:19 +0000
commit39d5e15d76e4c8401ae48be9b2e6c700bc26203b (patch)
treef1a78b74183dd3ea2f664d8d3e1fd87523789641 /stoc/test/testproxyfac.cxx
parente0df19a5444ebeb2798c39c67876c04944d6eea1 (diff)
#i6886#,#101685#: merge OOO_STABLE_1_PORTS (1.5-1.5.16.1) -> HEAD
Diffstat (limited to 'stoc/test/testproxyfac.cxx')
-rw-r--r--stoc/test/testproxyfac.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/stoc/test/testproxyfac.cxx b/stoc/test/testproxyfac.cxx
index 8d780fa2c1ca..f1ea62d23eee 100644
--- a/stoc/test/testproxyfac.cxx
+++ b/stoc/test/testproxyfac.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: testproxyfac.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jbu $ $Date: 2001-06-22 16:21:02 $
+ * last change: $Author: hr $ $Date: 2002-08-19 14:22:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -196,7 +196,7 @@ static sal_Bool test_proxyfac( const Reference< XProxyFactory > & xProxyFac )
#ifdef UNX
#define REG_PREFIX "lib"
#ifdef MACOSX
-#define DLL_POSTFIX ".dylib.framework"
+#define DLL_POSTFIX ".dylib"
#else
#define DLL_POSTFIX ".so"
#endif