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/filter/eppt/pptx-epptooxml.cxx | 6 +----- sd/source/ui/unoidl/detreg.cxx | 2 +- sd/source/ui/unoidl/facreg.cxx | 2 +- sd/util/sd.component | 2 +- sd/util/sdd.component | 2 +- sd/util/sdfilt.component | 2 +- 6 files changed, 6 insertions(+), 10 deletions(-) (limited to 'sd') diff --git a/sd/source/filter/eppt/pptx-epptooxml.cxx b/sd/source/filter/eppt/pptx-epptooxml.cxx index 69c231abaeb5..6cf83a76c072 100644 --- a/sd/source/filter/eppt/pptx-epptooxml.cxx +++ b/sd/source/filter/eppt/pptx-epptooxml.cxx @@ -2236,11 +2236,7 @@ extern "C" { #endif -// ------------------------ -// - component_getFactory - -// ------------------------ - -SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory( const sal_Char* pImplName, void* pServiceManager, void* pRegistryKey ) +SAL_DLLPUBLIC_EXPORT void* SAL_CALL sdfilt_component_getFactory( const sal_Char* pImplName, void* pServiceManager, void* pRegistryKey ) { return cppu::component_getFactoryHelper( pImplName, pServiceManager, pRegistryKey , g_entries ); } 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* ) diff --git a/sd/source/ui/unoidl/facreg.cxx b/sd/source/ui/unoidl/facreg.cxx index 563c374286c9..f086164ef393 100644 --- a/sd/source/ui/unoidl/facreg.cxx +++ b/sd/source/ui/unoidl/facreg.cxx @@ -297,7 +297,7 @@ static ::boost::shared_ptr spFactoryMap; extern "C" { -SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( +SAL_DLLPUBLIC_EXPORT void * SAL_CALL sd_component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * ) diff --git a/sd/util/sd.component b/sd/util/sd.component index 0d0011b4839e..23102584e8e1 100644 --- a/sd/util/sd.component +++ b/sd/util/sd.component @@ -26,7 +26,7 @@ * **********************************************************************--> - diff --git a/sd/util/sdd.component b/sd/util/sdd.component index 51160d0f04fe..0bf634197c52 100644 --- a/sd/util/sdd.component +++ b/sd/util/sdd.component @@ -26,7 +26,7 @@ * **********************************************************************--> - diff --git a/sd/util/sdfilt.component b/sd/util/sdfilt.component index 397d31cf648f..17f09f45c460 100644 --- a/sd/util/sdfilt.component +++ b/sd/util/sdfilt.component @@ -1,5 +1,5 @@ - -- cgit