From be39d17a2ba8e0eb9e67f4e1e31afab623bb5c55 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Fri, 15 Jul 2011 16:40:20 +0200 Subject: Add prefixes for component_getFactory methods --- starmath/source/detreg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'starmath/source/detreg.cxx') diff --git a/starmath/source/detreg.cxx b/starmath/source/detreg.cxx index 366b64d8abbe..be0fe1135d49 100644 --- a/starmath/source/detreg.cxx +++ b/starmath/source/detreg.cxx @@ -42,7 +42,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 smd_component_getFactory( const sal_Char* pImplementationName, void* pServiceManager, void* /*pRegistryKey*/ ) { -- cgit