summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-12-20 12:27:36 +0200
committerTor Lillqvist <tml@collabora.com>2013-12-20 12:32:09 +0200
commit5ed55393ee0778840dd4b3a316086b48bd0c61fc (patch)
tree8da72d263296c3e94da819f88dbb70dc82d631e2 /ios
parentea61ed8efe8d84b88754b1c6af0a85a76b3ce424 (diff)
Don't need Base, Calc, Draw and Math functionality here for now
Change-Id: I20b9325f9c7eed1e49ea815c284f8fe1a6ed428d
Diffstat (limited to 'ios')
-rw-r--r--ios/experimental/LibreOffice/LibreOffice/lo.mm4
-rw-r--r--ios/experimental/TiledLibreOffice/TiledLibreOffice/lo.mm4
2 files changed, 0 insertions, 8 deletions
diff --git a/ios/experimental/LibreOffice/LibreOffice/lo.mm b/ios/experimental/LibreOffice/LibreOffice/lo.mm
index bfdbdc5a90b7..04760a75bf91 100644
--- a/ios/experimental/LibreOffice/LibreOffice/lo.mm
+++ b/ios/experimental/LibreOffice/LibreOffice/lo.mm
@@ -22,10 +22,6 @@ lo_get_factory_map(void)
{
static lib_to_factory_mapping map[] = {
LO_EXTENDED_CORE_FACTORY_MAP
- LO_BASE_CORE_FACTORY_MAP
- LO_CALC_FACTORY_MAP
- LO_DRAW_CORE_FACTORY_MAP
- LO_MATH_FACTORY_MAP
LO_WRITER_FACTORY_MAP
{ "libcuilo.a", cui_component_getFactory },
{ "libspllo.a", spl_component_getFactory },
diff --git a/ios/experimental/TiledLibreOffice/TiledLibreOffice/lo.mm b/ios/experimental/TiledLibreOffice/TiledLibreOffice/lo.mm
index 0eaea4ec890b..755ff1a2384f 100644
--- a/ios/experimental/TiledLibreOffice/TiledLibreOffice/lo.mm
+++ b/ios/experimental/TiledLibreOffice/TiledLibreOffice/lo.mm
@@ -22,10 +22,6 @@ lo_get_factory_map(void)
{
static lib_to_factory_mapping map[] = {
LO_EXTENDED_CORE_FACTORY_MAP
- LO_BASE_CORE_FACTORY_MAP
- LO_CALC_FACTORY_MAP
- LO_DRAW_CORE_FACTORY_MAP
- LO_MATH_FACTORY_MAP
LO_WRITER_FACTORY_MAP
{ "libcuilo.a", cui_component_getFactory },
{ "libspllo.a", spl_component_getFactory },