Remove component_getImplementationEnvironment
This commit is contained in:
@@ -225,11 +225,4 @@ extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
|
||||
pImplName, pServiceManager, pRegistryKey, services);
|
||||
}
|
||||
|
||||
extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL
|
||||
component_getImplementationEnvironment(
|
||||
char const ** ppEnvTypeName, uno_Environment **)
|
||||
{
|
||||
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
|
||||
}
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
Reference in New Issue
Block a user