diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-01-29 09:49:36 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-01-29 10:33:23 +0200 |
commit | 31c20d6b13754e46e3afc91005ddcc10ff160763 (patch) | |
tree | e5e52eaea6ec016152fd7252cfabeec840dfa43a /chart2/source | |
parent | d71dc6f13765c5e799abf954934c1600332dee81 (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.cxx | 2 |
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); |