diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2010-09-29 10:24:13 +0200 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2010-09-29 10:24:13 +0200 |
commit | 09eb4408844f244eb190d9e4db2a82eceb31b4ae (patch) | |
tree | 3e369eb8be6045342c393ef1ba54e9beb8c6e51b /extensions/source/dbpilots/dbpservices.cxx | |
parent | 56025bc5417c7f6fde9dfe99e741d88e9d25bdf6 (diff) | |
parent | ad329da969bb888b97eb01553ea165175cfe5840 (diff) |
CWS-TOOLING: integrate CWS sb129
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, |