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 /cppu/test | |
parent | ceb60334e2cf0ee9a7d7b111b5d456c3cb7a01cd (diff) |
removed ChangeGlobalInit
Diffstat (limited to 'cppu/test')
-rw-r--r-- | cppu/test/testcppu.cxx | 11 |
1 files changed, 2 insertions, 9 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( |