summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-02-21 21:45:34 +0200
committerTor Lillqvist <tml@iki.fi>2013-02-21 22:54:36 +0200
commit47c46638f1a6eaa6e58844d6da56ebf673791cbc (patch)
treea68ae11108636061aac656625dbb6e0cd80ea9ae
parente459f5128a8f522ed3d5cf6fa542c0d75f96c07f (diff)
Need the spell library
Change-Id: I381386852e20bf0424f3189099b10bb33de98bc8
-rw-r--r--android/experimental/LibreOffice4Android/native-code.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/experimental/LibreOffice4Android/native-code.cxx b/android/experimental/LibreOffice4Android/native-code.cxx
index 30dae382ef16..530e6eeef79c 100644
--- a/android/experimental/LibreOffice4Android/native-code.cxx
+++ b/android/experimental/LibreOffice4Android/native-code.cxx
@@ -114,6 +114,7 @@ lo_get_libmap(void)
{ "libsmdlo.a", smd_component_getFactory },
{ "libsmlo.a", sm_component_getFactory },
{ "libsotlo.a", sot_component_getFactory },
+ { "libspelllo.a", spell_component_getFactory },
{ "libscriptframe.a", scriptframe_component_getFactory },
{ "libstringresource.uno.a", stringresource_component_getFactory },
{ "libsvgfilterlo.a", svgfilter_component_getFactory },