diff options
author | mfe <mfe@openoffice.org> | 2001-02-01 11:31:41 +0000 |
---|---|---|
committer | mfe <mfe@openoffice.org> | 2001-02-01 11:31:41 +0000 |
commit | f00805dd0e5987cee8c598c68af4a8829267486f (patch) | |
tree | a56e265264d5029e5b3c75a1ed81f60e98ac02f6 | |
parent | ceb60334e2cf0ee9a7d7b111b5d456c3cb7a01cd (diff) |
removed ChangeGlobalInit
-rw-r--r-- | cppu/test/testcppu.cxx | 11 | ||||
-rw-r--r-- | sal/workben/test.cxx | 10 |
2 files changed, 4 insertions, 17 deletions
diff --git a/cppu/test/testcppu.cxx b/cppu/test/testcppu.cxx index 59b0c6644581..d43709f989c8 100644 --- a/cppu/test/testcppu.cxx +++ b/cppu/test/testcppu.cxx @@ -2,9 +2,9 @@ * * $RCSfile: testcppu.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: dbo $ $Date: 2000-12-21 14:43:44 $ + * last change: $Author: mfe $ $Date: 2001-02-01 12:26:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -850,18 +850,11 @@ static void testEnvironment(void) (*pEnv->release)( pEnv ); } -#ifdef SOLARIS -extern "C" void ChangeGlobalInit(); -#endif - /* * main. */ int SAL_CALL main(int argc, char **argv) { -#ifdef SOLARIS - ChangeGlobalInit(); -#endif typelib_setCacheSize( 200 ); #ifdef SAL_W32 Reference< XMultiServiceFactory > xMgr( cppu::createRegistryServiceFactory( diff --git a/sal/workben/test.cxx b/sal/workben/test.cxx index e47ec0e0d9d3..528ce4148870 100644 --- a/sal/workben/test.cxx +++ b/sal/workben/test.cxx @@ -2,9 +2,9 @@ * * $RCSfile: test.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 15:17:31 $ + * last change: $Author: mfe $ $Date: 2001-02-01 12:31:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,18 +61,12 @@ #include <stdio.h> -#ifdef SOLARIS -extern "C" ChangeGlobalInit(); -#endif #if (defined UNX) || (defined OS2) int main( int argc, char * argv[] ) #else int _cdecl main( int argc, char * argv[] ) #endif { -#ifdef SOLARIS - ChangeGlobalInit(); -#endif void test_int64(); test_int64(); |