summaryrefslogtreecommitdiff
path: root/chart2/source
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-01-29 09:49:36 +0200
committerTor Lillqvist <tml@collabora.com>2014-01-29 10:33:23 +0200
commit31c20d6b13754e46e3afc91005ddcc10ff160763 (patch)
treee5e52eaea6ec016152fd7252cfabeec840dfa43a /chart2/source
parentd71dc6f13765c5e799abf954934c1600332dee81 (diff)
No chartopengl library built for iOS or Android yet
Change-Id: I28a5eac3bbb85b608d60a1404c21150dafe36a6e
Diffstat (limited to 'chart2/source')
-rw-r--r--chart2/source/view/main/AbstractShapeFactory.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/chart2/source/view/main/AbstractShapeFactory.cxx b/chart2/source/view/main/AbstractShapeFactory.cxx
index 7bf39584f2f4..c9b625e2cd78 100644
--- a/chart2/source/view/main/AbstractShapeFactory.cxx
+++ b/chart2/source/view/main/AbstractShapeFactory.cxx
@@ -101,6 +101,8 @@ AbstractShapeFactory* AbstractShapeFactory::getOrCreateShapeFactory(uno::Referen
pShapeFactory->setShapeFactory(xFactory);
}
}
+#elif defined(IOS) || defined(ANDROID) // Library_chartopengl is not portable enough yet
+ pShapeFactory = NULL;
#else
pShapeFactory = getOpenglShapeFactory();
pShapeFactory->setShapeFactory(xFactory);