summaryrefslogtreecommitdiff
path: root/lingucomponent/source/spellcheck/spell/spell.component
diff options
context:
space:
mode:
Diffstat (limited to 'lingucomponent/source/spellcheck/spell/spell.component')
-rw-r--r--lingucomponent/source/spellcheck/spell/spell.component5
1 files changed, 3 insertions, 2 deletions
diff --git a/lingucomponent/source/spellcheck/spell/spell.component b/lingucomponent/source/spellcheck/spell/spell.component
index c11b7a7c3b4b..59f634eab02a 100644
--- a/lingucomponent/source/spellcheck/spell/spell.component
+++ b/lingucomponent/source/spellcheck/spell/spell.component
@@ -18,8 +18,9 @@
-->
<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
- prefix="spell" xmlns="http://openoffice.org/2010/uno-components">
- <implementation name="org.openoffice.lingu.MySpellSpellChecker">
+ xmlns="http://openoffice.org/2010/uno-components">
+ <implementation name="org.openoffice.lingu.MySpellSpellChecker"
+ constructor="lingucomponent_SpellChecker_get_implementation">
<service name="com.sun.star.linguistic2.SpellChecker"/>
</implementation>
</component>