summaryrefslogtreecommitdiff
path: root/solenv/bin
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2020-07-16 18:58:25 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-18 19:07:53 +0200
commitd9b7ddd24d379909f9cd2d83ce28fa619953d841 (patch)
tree8993de5e55d8277d2440c70ae2be881853b2d831 /solenv/bin
parent7473452c22197b7a44a53b61f91c210ef573a1b4 (diff)
lingucomponent/spell: create instances with uno constructors
See tdf#74608 for motivation. Change-Id: I850e5b243750cbe168136907523d1ada7050c453 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98924 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'solenv/bin')
-rwxr-xr-xsolenv/bin/native-code.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 2f1255248d44..4aa156eb4bf4 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -32,7 +32,6 @@ core_factory_list = [
("libodfflatxmllo.a", "odfflatxml_component_getFactory"),
("libvcllo.a", "vcl_component_getFactory"),
("libsvtlo.a", "svt_component_getFactory"),
- ("libMacOSXSpelllo.a", "MacOSXSpell_component_getFactory", "#ifdef IOS"),
]
core_constructor_list = [
@@ -238,6 +237,8 @@ core_constructor_list = [
"linguistic_LinguProps_get_implementation",
"linguistic_LngSvcMgr_get_implementation",
"linguistic_GrammarCheckingIterator_get_implementation",
+# linguistic/source/spellcheck/MacOSXSpellMacOSXSpell.component
+ ("lingucomponent_MacSpellChecker_get_implementation", "#ifdef IOS"),
# lingucomponent/source/thesaurus/libnth/lnth.component
("lingucomponent_Thesaurus_get_implementation", "#ifndef IOS"),
("lingucomponent_SpellChecker_get_implementation", "#ifndef IOS"),