From 0ba9114c12e50acdde52e89408bffbca7dac49e5 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Sat, 25 Aug 2012 11:48:05 +0200 Subject: prefix more components Change-Id: I9bf304a791b62f6b96711eb058f302cadfdb276a --- lingucomponent/source/thesaurus/libnth/lnth.component | 2 +- lingucomponent/source/thesaurus/libnth/ntreg.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lingucomponent/source/thesaurus') diff --git a/lingucomponent/source/thesaurus/libnth/lnth.component b/lingucomponent/source/thesaurus/libnth/lnth.component index bea91b94c1fe..0b2c99036608 100644 --- a/lingucomponent/source/thesaurus/libnth/lnth.component +++ b/lingucomponent/source/thesaurus/libnth/lnth.component @@ -26,7 +26,7 @@ * **********************************************************************--> - diff --git a/lingucomponent/source/thesaurus/libnth/ntreg.cxx b/lingucomponent/source/thesaurus/libnth/ntreg.cxx index 0efe46eb4825..f09aace883c5 100644 --- a/lingucomponent/source/thesaurus/libnth/ntreg.cxx +++ b/lingucomponent/source/thesaurus/libnth/ntreg.cxx @@ -50,7 +50,7 @@ extern void * SAL_CALL Thesaurus_getFactory( extern "C" { -SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( +SAL_DLLPUBLIC_EXPORT void * SAL_CALL lnth_component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ) { void * pRet = Thesaurus_getFactory( -- cgit