summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-02-27 21:00:22 +0200
committerTor Lillqvist <tml@iki.fi>2013-02-27 21:00:54 +0200
commit2341da1f207228c274b4449f4bfc2207c9535d31 (patch)
treebd74a829efe351f9618fe556d52456ed23437fc3 /android
parent7cf5fea49991cce9198d43d63a5fb403234f6d4c (diff)
We need the spell library as soon as we have some text in Writer
Change-Id: Ice3eb23f57069043c0c971fce5dfe22aa95c3870
Diffstat (limited to 'android')
-rw-r--r--android/experimental/desktop/native-code.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/experimental/desktop/native-code.cxx b/android/experimental/desktop/native-code.cxx
index e6e4143b7b96..7c1d102cc3b0 100644
--- a/android/experimental/desktop/native-code.cxx
+++ b/android/experimental/desktop/native-code.cxx
@@ -91,6 +91,7 @@ lo_get_libmap(void)
{ "libsmdlo.a", smd_component_getFactory },
{ "libsmlo.a", sm_component_getFactory },
{ "libspllo.a", spl_component_getFactory },
+ { "libspelllo.a", spell_component_getFactory },
{ "libsvgfilterlo.a", svgfilter_component_getFactory },
{ "libsvxlo.a", svx_component_getFactory },
{ "libswdlo.a", swd_component_getFactory },