diff options
Diffstat (limited to 'linguistic/source')
-rw-r--r-- | linguistic/source/lngreg.cxx | 8 | ||||
-rwxr-xr-x | linguistic/source/makefile.mk | 1 |
2 files changed, 0 insertions, 9 deletions
diff --git a/linguistic/source/lngreg.cxx b/linguistic/source/lngreg.cxx index 3ddf8f1ee046..34048e555c51 100644 --- a/linguistic/source/lngreg.cxx +++ b/linguistic/source/lngreg.cxx @@ -75,17 +75,9 @@ extern void * SAL_CALL GrammarCheckingIterator_getFactory ); -// definition of the two functions that are used to provide the services - extern "C" { -SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment( - const sal_Char ** ppEnvTypeName, uno_Environment ** /*ppEnv*/ ) -{ - *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; -} - SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ) { diff --git a/linguistic/source/makefile.mk b/linguistic/source/makefile.mk index 5a24ac41303c..5d6909e57f96 100755 --- a/linguistic/source/makefile.mk +++ b/linguistic/source/makefile.mk @@ -93,7 +93,6 @@ DEF1DES =Linguistic main DLL .IF "$(GUI)"=="WNT" DEF1EXPORT1 = component_getFactory -DEF1EXPORT2 = component_getImplementationEnvironment .ENDIF # --- Targets ------------------------------------------------------ |