From 47c46638f1a6eaa6e58844d6da56ebf673791cbc Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 21 Feb 2013 21:45:34 +0200 Subject: [PATCH] Need the spell library Change-Id: I381386852e20bf0424f3189099b10bb33de98bc8 --- android/experimental/LibreOffice4Android/native-code.cxx | 1 + 1 file changed, 1 insertion(+) 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 },