summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
Diffstat (limited to 'chart2')
-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 df08ef2c1ca6..9a05a9ea8653 100644
--- a/chart2/source/view/main/AbstractShapeFactory.cxx
+++ b/chart2/source/view/main/AbstractShapeFactory.cxx
@@ -48,6 +48,7 @@ using ::com::sun::star::uno::Reference;
namespace chart {
+/*
namespace {
typedef opengl::OpenglShapeFactory* (*__getOpenglShapeFactory)(void);
@@ -70,6 +71,7 @@ osl::Module* getOpenGLModule()
}
}
+*/
AbstractShapeFactory* AbstractShapeFactory::getOrCreateShapeFactory(uno::Reference< lang::XMultiServiceFactory> xFactory)
{