diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2010-10-01 16:02:03 +0200 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2010-10-01 16:02:03 +0200 |
commit | 066c61778f9e1f858e901dad9118cddde1e323ec (patch) | |
tree | 3e369eb8be6045342c393ef1ba54e9beb8c6e51b /extensions/source/dbpilots/dbpservices.cxx | |
parent | 09cfcedc6eae7af61e047a956d672702f1313c6d (diff) | |
parent | 09eb4408844f244eb190d9e4db2a82eceb31b4ae (diff) |
#i10000#ooo/DEV300_m89
Diffstat (limited to 'extensions/source/dbpilots/dbpservices.cxx')
-rw-r--r-- | extensions/source/dbpilots/dbpservices.cxx | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/extensions/source/dbpilots/dbpservices.cxx b/extensions/source/dbpilots/dbpservices.cxx index b7e63c663..726049977 100644 --- a/extensions/source/dbpilots/dbpservices.cxx +++ b/extensions/source/dbpilots/dbpservices.cxx @@ -70,27 +70,6 @@ component_getImplementationEnvironment( } //--------------------------------------------------------------------------------------- -extern "C" SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_writeInfo( - void* pServiceManager, - void* pRegistryKey - ) -{ - if (pRegistryKey) - try - { - return ::dbp::OModule::writeComponentInfos( - static_cast<XMultiServiceFactory*>(pServiceManager), - static_cast<XRegistryKey*>(pRegistryKey)); - } - catch (InvalidRegistryException& ) - { - OSL_ASSERT("dbp::component_writeInfo: could not create a registry key (InvalidRegistryException) !"); - } - - return sal_False; -} - -//--------------------------------------------------------------------------------------- extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory( const sal_Char* pImplementationName, void* pServiceManager, |