diff options
author | Matus Kukan <matus.kukan@gmail.com> | 2011-06-24 14:53:52 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2011-06-24 14:58:26 +0100 |
commit | 25aeecfdc86de22e2ec29a9ed9a043b4af8542ab (patch) | |
tree | 88f7abffde1f4dec84d9640ebe16a38cbf497a55 /framework/source | |
parent | 44f80498068bfdbbea42331374ba0923b1d8a49c (diff) |
update component factory methods to use new prefixes, to add lib merging
Diffstat (limited to 'framework/source')
-rw-r--r-- | framework/source/lomenubar/exports.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/lomenubar/exports.cxx b/framework/source/lomenubar/exports.cxx index bb4804e68fe5..a6b789b7ac16 100644 --- a/framework/source/lomenubar/exports.cxx +++ b/framework/source/lomenubar/exports.cxx @@ -54,13 +54,13 @@ static void writeInfo(const css::uno::Reference< css::registry::XRegistryKey >& extern "C" { -SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(const sal_Char** ppEnvTypeName, +SAL_DLLPUBLIC_EXPORT void SAL_CALL lomenubar_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 , +SAL_DLLPUBLIC_EXPORT void* SAL_CALL lomenubar_component_getFactory(const sal_Char* pImplName , void* pServiceManager, void* /*pRegistryKey*/ ) { |