diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-10-02 11:33:11 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-10-02 11:46:15 +0300 |
commit | 303b86bc23d4bac5379ad0924ab93d482467ff13 (patch) | |
tree | 42e84defec56aaa2844cde67aaf28db2c85f8262 /lingucomponent/source/spellcheck/macosxspell | |
parent | 559a1a5d28d94e915150f94d5267a4f720d175b0 (diff) |
Use prefix
Change-Id: Iee586539871acee78a32d13141dd446feb43efdb
Diffstat (limited to 'lingucomponent/source/spellcheck/macosxspell')
-rw-r--r-- | lingucomponent/source/spellcheck/macosxspell/MacOSXSpell.component | 2 | ||||
-rw-r--r-- | lingucomponent/source/spellcheck/macosxspell/macreg.mm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lingucomponent/source/spellcheck/macosxspell/MacOSXSpell.component b/lingucomponent/source/spellcheck/macosxspell/MacOSXSpell.component index 2f2f9e102087..9bc92671fe53 100644 --- a/lingucomponent/source/spellcheck/macosxspell/MacOSXSpell.component +++ b/lingucomponent/source/spellcheck/macosxspell/MacOSXSpell.component @@ -26,7 +26,7 @@ * **********************************************************************--> -<component loader="com.sun.star.loader.SharedLibrary" +<component loader="com.sun.star.loader.SharedLibrary" prefix="MacOSXSpell" xmlns="http://openoffice.org/2010/uno-components"> <implementation name="org.openoffice.lingu.MacOSXSpellChecker"> <service name="com.sun.star.linguistic2.SpellChecker"/> diff --git a/lingucomponent/source/spellcheck/macosxspell/macreg.mm b/lingucomponent/source/spellcheck/macosxspell/macreg.mm index 9020aceb8f61..6e438bb9e202 100644 --- a/lingucomponent/source/spellcheck/macosxspell/macreg.mm +++ b/lingucomponent/source/spellcheck/macosxspell/macreg.mm @@ -52,7 +52,7 @@ extern void * SAL_CALL MacSpellChecker_getFactory( extern "C" { -SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( +SAL_DLLPUBLIC_EXPORT void * SAL_CALL MacOSXSpell_component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ) { void * pRet = NULL; |