diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-08-19 13:02:43 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-08-19 13:02:43 +0000 |
commit | 6e93c37e266f3dd055792c0d55de5741bcef5599 (patch) | |
tree | 1237d6a8c3a649cd276854545a2725dc576e2959 /stoc | |
parent | dee7c8d4f3b0f66675b169a4e20bfa332cb3d088 (diff) |
#i6886#,#101685#: merge OOO_STABLE_1_PORTS (1.5-1.5.22.1) -> HEAD
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/test/testconv.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stoc/test/testconv.cxx b/stoc/test/testconv.cxx index fefbdb3fb3cd..f25c5903f8e1 100644 --- a/stoc/test/testconv.cxx +++ b/stoc/test/testconv.cxx @@ -2,9 +2,9 @@ * * $RCSfile: testconv.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: dbo $ $Date: 2002-06-07 16:38:28 $ + * last change: $Author: hr $ $Date: 2002-08-19 14:02:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -707,7 +707,7 @@ static void test_Conversion( 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 |