From 4b60da5d1d25b7cdef001dabac3bbd09d1686718 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Wed, 17 Aug 2011 20:36:45 +0200 Subject: add more component prefixes --- sax/source/expatwrap/expwrap.component | 2 +- sax/source/expatwrap/sax_expat.cxx | 2 +- sax/source/fastparser/facreg.cxx | 2 +- sax/source/fastparser/fastsax.component | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sax/source') diff --git a/sax/source/expatwrap/expwrap.component b/sax/source/expatwrap/expwrap.component index 5e6699d9dd33..b697bf232e6a 100644 --- a/sax/source/expatwrap/expwrap.component +++ b/sax/source/expatwrap/expwrap.component @@ -26,7 +26,7 @@ * **********************************************************************--> - diff --git a/sax/source/expatwrap/sax_expat.cxx b/sax/source/expatwrap/sax_expat.cxx index 34df91a83a26..8587e2843fad 100644 --- a/sax/source/expatwrap/sax_expat.cxx +++ b/sax/source/expatwrap/sax_expat.cxx @@ -1029,7 +1029,7 @@ using namespace sax_expatwrap; extern "C" { -SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( +SAL_DLLPUBLIC_EXPORT void * SAL_CALL expwrap_component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * /*pRegistryKey*/ ) { void * pRet = 0; diff --git a/sax/source/fastparser/facreg.cxx b/sax/source/fastparser/facreg.cxx index 8352b0cf4824..bc27b2e0b614 100644 --- a/sax/source/fastparser/facreg.cxx +++ b/sax/source/fastparser/facreg.cxx @@ -35,7 +35,7 @@ Reference< XInterface > SAL_CALL FastSaxSerializer_CreateInstance( const Referen extern "C" { -SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * /*pRegistryKey*/ ) +SAL_DLLPUBLIC_EXPORT void * SAL_CALL fastsax_component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * /*pRegistryKey*/ ) { void * pRet = 0; diff --git a/sax/source/fastparser/fastsax.component b/sax/source/fastparser/fastsax.component index a184a76d2d83..c721daaccb7f 100644 --- a/sax/source/fastparser/fastsax.component +++ b/sax/source/fastparser/fastsax.component @@ -26,7 +26,7 @@ * **********************************************************************--> - -- cgit