From a9137707c4f8e17f97221f958c28a276d0903e16 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Tue, 12 Jul 2011 17:13:08 +0200 Subject: Remove component_getImplementationEnvironment --- hwpfilter/source/hwpreader.hxx | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'hwpfilter/source') diff --git a/hwpfilter/source/hwpreader.hxx b/hwpfilter/source/hwpreader.hxx index 7676aafe0dc3..6a7ce4faa4de 100644 --- a/hwpfilter/source/hwpreader.hxx +++ b/hwpfilter/source/hwpreader.hxx @@ -338,19 +338,8 @@ Sequence< OUString> HwpImportFilter::getSupportedServiceNames() throw(::com::sun return aRet; } -///////////////////////////////////////////////////////////////////////////////////// -// The below three C functions are nessesary for this shared library is treaded as -// UNO component library. -///////////////////////////////////////////////////////////////////////////////////// extern "C" { - - SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment( - const sal_Char ** ppEnvTypeName, uno_Environment ** ) - { - *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; - } - SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * ) { void * pRet = 0; -- cgit