diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-08-25 11:48:05 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-08-25 12:45:35 +0200 |
commit | 0ba9114c12e50acdde52e89408bffbca7dac49e5 (patch) | |
tree | 7a60296026558251e4304399505b13d2889229a6 /lingucomponent/source/thesaurus | |
parent | 4d7b9557052a31319b0583b46340fbc64de056c5 (diff) |
prefix more components
Change-Id: I9bf304a791b62f6b96711eb058f302cadfdb276a
Diffstat (limited to 'lingucomponent/source/thesaurus')
-rw-r--r-- | lingucomponent/source/thesaurus/libnth/lnth.component | 2 | ||||
-rw-r--r-- | lingucomponent/source/thesaurus/libnth/ntreg.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
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 @@ * **********************************************************************--> -<component loader="com.sun.star.loader.SharedLibrary" +<component loader="com.sun.star.loader.SharedLibrary" prefix="lnth" xmlns="http://openoffice.org/2010/uno-components"> <implementation name="org.openoffice.lingu.new.Thesaurus"> <service name="com.sun.star.linguistic2.Thesaurus"/> 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( |