diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-08-15 12:13:13 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-08-15 12:13:13 +0000 |
commit | 70235cbd6289a42fb0489039c5d50c861b1f728c (patch) | |
tree | 920b5b8ffec0481ed1ca75581ae65c069768bf09 /cppuhelper/test | |
parent | 2d939f6f5293fa9afc2292bf7d328a063f48236d (diff) |
#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.5-1.5.10.1) -> HEAD
Diffstat (limited to 'cppuhelper/test')
-rw-r--r-- | cppuhelper/test/testhelper.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cppuhelper/test/testhelper.cxx b/cppuhelper/test/testhelper.cxx index 5cb51576ea1b..15e9839e21ca 100644 --- a/cppuhelper/test/testhelper.cxx +++ b/cppuhelper/test/testhelper.cxx @@ -2,9 +2,9 @@ * * $RCSfile: testhelper.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: dbo $ $Date: 2002-06-14 13:20:20 $ + * last change: $Author: hr $ $Date: 2002-08-15 13:13:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -116,7 +116,7 @@ int __cdecl main( int argc, char * argv[] ) #ifdef UNX #define REG_PREFIX "lib" #ifdef MACOSX -#define DLL_POSTFIX ".dylib.framework" +#define DLL_POSTFIX ".dylib" #else #define DLL_POSTFIX ".so" #endif |