diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-08-19 13:14:04 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-08-19 13:14:04 +0000 |
commit | d4eb3ded2149b0f145de4886272e869d74d996e4 (patch) | |
tree | 3451f924b39061caa3d86c52f8d774cb877509c4 /stoc/test/testiadapter.cxx | |
parent | c04679c0746efb6949e3d1d210096100b5eff60d (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.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stoc/test/testiadapter.cxx b/stoc/test/testiadapter.cxx index 8f1a0fe66f60..36db817a7ebc 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 |