diff options
author | Matus Kukan <matus.kukan@gmail.com> | 2011-07-03 12:36:54 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2011-07-12 17:58:44 +0200 |
commit | bc925cc2ad591f7ac2d956ef31db7be3497a99e9 (patch) | |
tree | 2e2cebaa9a4c2bc78e287210ef3669fa92f4547a /sccomp | |
parent | 7efec84c9cc62694e953f0a8987d9a4a29c9a1f9 (diff) |
Remove component_getImplementationEnvironment
Diffstat (limited to 'sccomp')
-rw-r--r-- | sccomp/source/solver/solver.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sccomp/source/solver/solver.cxx b/sccomp/source/solver/solver.cxx index 4df8e1b4c34c..a4725411a791 100644 --- a/sccomp/source/solver/solver.cxx +++ b/sccomp/source/solver/solver.cxx @@ -596,12 +596,6 @@ uno::Reference<uno::XInterface> SolverComponent_createInstance( const uno::Refer 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 * /*pRegistryKey*/ ) { OUString aImplName( OUString::createFromAscii( pImplName ) ); |