diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-02-21 21:45:34 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-02-21 22:54:36 +0200 |
commit | 47c46638f1a6eaa6e58844d6da56ebf673791cbc (patch) | |
tree | a68ae11108636061aac656625dbb6e0cd80ea9ae /android | |
parent | e459f5128a8f522ed3d5cf6fa542c0d75f96c07f (diff) |
Need the spell library
Change-Id: I381386852e20bf0424f3189099b10bb33de98bc8
Diffstat (limited to 'android')
-rw-r--r-- | android/experimental/LibreOffice4Android/native-code.cxx | 1 |
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 }, |