summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-11-19 13:35:33 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-11-19 13:47:41 +0100
commit449157cae77fc6a1b2a96f53d78d7a93cb33436d (patch)
tree39277a8e90ce7a384c8ecc8dbf82d1ebe19e5192 /chart2
parent7dab0e86672b42cca397453cd4d409319e6f902c (diff)
disable building the OpenGL pieces
Diffstat (limited to 'chart2')
-rw-r--r--chart2/Module_chart2.mk1
-rw-r--r--chart2/source/view/main/AbstractShapeFactory.cxx2
2 files changed, 2 insertions, 1 deletions
diff --git a/chart2/Module_chart2.mk b/chart2/Module_chart2.mk
index 28589b10560c..49a8c51b96e3 100644
--- a/chart2/Module_chart2.mk
+++ b/chart2/Module_chart2.mk
@@ -12,7 +12,6 @@ $(eval $(call gb_Module_Module,chart2))
$(eval $(call gb_Module_add_targets,chart2,\
Library_chartcontroller \
Library_chartcore \
- Library_chartopengl \
UIConfig_chart2 \
))
diff --git a/chart2/source/view/main/AbstractShapeFactory.cxx b/chart2/source/view/main/AbstractShapeFactory.cxx
index 96a919c0542a..df08ef2c1ca6 100644
--- a/chart2/source/view/main/AbstractShapeFactory.cxx
+++ b/chart2/source/view/main/AbstractShapeFactory.cxx
@@ -78,6 +78,7 @@ AbstractShapeFactory* AbstractShapeFactory::getOrCreateShapeFactory(uno::Referen
if(pShapeFactory)
return pShapeFactory;
+ /*
if(getenv("CHART_DUMMY_FACTORY"))
{
osl::Module* pModule = getOpenGLModule();
@@ -91,6 +92,7 @@ AbstractShapeFactory* AbstractShapeFactory::getOrCreateShapeFactory(uno::Referen
}
}
}
+ */
if(!pShapeFactory)