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/propctrlr/pcrservices.cxx | |
parent | 09cfcedc6eae7af61e047a956d672702f1313c6d (diff) | |
parent | 09eb4408844f244eb190d9e4db2a82eceb31b4ae (diff) |
#i10000#ooo/DEV300_m89
Diffstat (limited to 'extensions/source/propctrlr/pcrservices.cxx')
-rw-r--r-- | extensions/source/propctrlr/pcrservices.cxx | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/extensions/source/propctrlr/pcrservices.cxx b/extensions/source/propctrlr/pcrservices.cxx index 51d6cc9b8..6a34e9567 100644 --- a/extensions/source/propctrlr/pcrservices.cxx +++ b/extensions/source/propctrlr/pcrservices.cxx @@ -104,27 +104,6 @@ component_getImplementationEnvironment( } //--------------------------------------------------------------------------------------- -extern "C" SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_writeInfo( - void* pServiceManager, - void* pRegistryKey - ) -{ - if (pRegistryKey) - try - { - return ::pcr::PcrModule::getInstance().writeComponentInfos( - static_cast<XMultiServiceFactory*>(pServiceManager), - static_cast<XRegistryKey*>(pRegistryKey)); - } - catch (InvalidRegistryException& ) - { - OSL_ASSERT("pcr::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, |