diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2011-07-28 14:35:37 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2011-07-28 14:35:37 +0200 |
commit | 45fb35c7ac3c4868b0e7a1edb66279183144c737 (patch) | |
tree | f815e5301d846037b03fb9574c08ca1513f7e2a3 /sc/source/ui/unoobj/detreg.cxx | |
parent | a8b4cb8b1aa736c29ff84196a56ec7a8b3eaa763 (diff) |
add prefixes for component_getFactory
Diffstat (limited to 'sc/source/ui/unoobj/detreg.cxx')
-rw-r--r-- | sc/source/ui/unoobj/detreg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/detreg.cxx b/sc/source/ui/unoobj/detreg.cxx index 02ae0f8d4294..c32fbb15e0bd 100644 --- a/sc/source/ui/unoobj/detreg.cxx +++ b/sc/source/ui/unoobj/detreg.cxx @@ -43,7 +43,7 @@ using namespace ::com::sun::star::lang; extern "C" { -SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory( const sal_Char* pImplementationName, +SAL_DLLPUBLIC_EXPORT void* SAL_CALL scd_component_getFactory( const sal_Char* pImplementationName, void* pServiceManager, void* /* pRegistryKey */ ) { |