summaryrefslogtreecommitdiff
path: root/chart2/source/view/inc/AbstractShapeFactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/view/inc/AbstractShapeFactory.hxx')
-rw-r--r--chart2/source/view/inc/AbstractShapeFactory.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/chart2/source/view/inc/AbstractShapeFactory.hxx b/chart2/source/view/inc/AbstractShapeFactory.hxx
index bc276de6fa0f..5aa0d9bfeb68 100644
--- a/chart2/source/view/inc/AbstractShapeFactory.hxx
+++ b/chart2/source/view/inc/AbstractShapeFactory.hxx
@@ -18,7 +18,6 @@
#include <rtl/ustring.hxx>
-class OpenGLWindow;
namespace chart { struct VLineProperties; }
namespace com { namespace sun { namespace star { namespace beans { class XPropertySet; } } } }
namespace com { namespace sun { namespace star { namespace chart2 { class XFormattedString; } } } }
@@ -238,14 +237,6 @@ public:
virtual void setPageSize( css::uno::Reference < css::drawing::XShapes > xChartShapes, const css::awt::Size& rSize ) = 0;
- /**
- * Only necessary for stateless implementations
- */
- virtual void render(css::uno::Reference< css::drawing::XShapes > xRootShape, bool bInitOpenGL) = 0;
-
- virtual bool preRender(css::uno::Reference< css::drawing::XShapes > xRootShape, OpenGLWindow* pWindow) = 0;
- virtual void postRender(OpenGLWindow* pWindow) = 0;
-
virtual void clearPage(css::uno::Reference< css::drawing::XShapes > xRootShape) = 0;
static css::uno::Reference< css::drawing::XShapes >