From 173cf81756c69f112c3d61403b5cf87ee81afcfb Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Fri, 7 Oct 2011 23:51:40 +0200 Subject: add more component prefixes --- package/source/manifest/UnoRegister.cxx | 2 +- package/source/xstor/register.cxx | 2 +- package/source/xstor/xstor.component | 2 +- package/util/package2.component | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'package') diff --git a/package/source/manifest/UnoRegister.cxx b/package/source/manifest/UnoRegister.cxx index c5734977de46..4918b1dcf7c1 100644 --- a/package/source/manifest/UnoRegister.cxx +++ b/package/source/manifest/UnoRegister.cxx @@ -54,7 +54,7 @@ using rtl::OUString; * @param pRegistryKey registry data key to read and write component persistent data * @return a component factory (generic uno interface) */ -extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( +extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL package2_component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * /*pRegistryKey*/ ) { void * pRet = 0; diff --git a/package/source/xstor/register.cxx b/package/source/xstor/register.cxx index 60ddc68e8712..5ba6c30ca01b 100644 --- a/package/source/xstor/register.cxx +++ b/package/source/xstor/register.cxx @@ -41,7 +41,7 @@ using namespace ::com::sun::star; extern "C" { -SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * /*pRegistryKey*/ ) +SAL_DLLPUBLIC_EXPORT void * SAL_CALL xstor_component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * /*pRegistryKey*/ ) { void * pRet = 0; diff --git a/package/source/xstor/xstor.component b/package/source/xstor/xstor.component index f338d6a546cb..a2565a78bcbe 100644 --- a/package/source/xstor/xstor.component +++ b/package/source/xstor/xstor.component @@ -26,7 +26,7 @@ * **********************************************************************--> - diff --git a/package/util/package2.component b/package/util/package2.component index cdfa842d0db6..974aa9a0f234 100644 --- a/package/util/package2.component +++ b/package/util/package2.component @@ -26,7 +26,7 @@ * **********************************************************************--> - -- cgit