Kaydet (Commit) 303b86bc authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Use prefix

Change-Id: Iee586539871acee78a32d13141dd446feb43efdb
üst 559a1a5d
...@@ -26,7 +26,7 @@ ...@@ -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"> xmlns="http://openoffice.org/2010/uno-components">
<implementation name="org.openoffice.lingu.MacOSXSpellChecker"> <implementation name="org.openoffice.lingu.MacOSXSpellChecker">
<service name="com.sun.star.linguistic2.SpellChecker"/> <service name="com.sun.star.linguistic2.SpellChecker"/>
......
...@@ -52,7 +52,7 @@ extern void * SAL_CALL MacSpellChecker_getFactory( ...@@ -52,7 +52,7 @@ extern void * SAL_CALL MacSpellChecker_getFactory(
extern "C" 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 ) const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
{ {
void * pRet = NULL; void * pRet = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment