From 7e5b4be4cf6f699ec8fcfa8fb9cb35d5782b2f41 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Thu, 28 Jul 2011 14:37:59 +0200 Subject: add prefixes for component_getFactory --- sd/source/ui/unoidl/detreg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd/source/ui/unoidl/detreg.cxx') diff --git a/sd/source/ui/unoidl/detreg.cxx b/sd/source/ui/unoidl/detreg.cxx index 92fb91fe1d17..4f0c168e861e 100644 --- a/sd/source/ui/unoidl/detreg.cxx +++ b/sd/source/ui/unoidl/detreg.cxx @@ -42,7 +42,7 @@ using namespace ::com::sun::star::lang; extern "C" { -SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory( +SAL_DLLPUBLIC_EXPORT void* SAL_CALL sdd_component_getFactory( const sal_Char* pImplementationName, void* pServiceManager, void* ) -- cgit