summaryrefslogtreecommitdiff
path: root/include/svx/unoshape.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-07-18 13:30:00 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-07-19 08:08:52 +0200
commit1e9bde7825a5b63c0f1502bd3ebf5173bdf57111 (patch)
treeae2ff63b2b5615ad422703d2b22e03ba68039378 /include/svx/unoshape.hxx
parenta4d2720ebdc6cdd700ca2cfa0d8e2db22a17e4c2 (diff)
loplugin:unusedmethods
Change-Id: I2b7a055a44c63bfc072b82580811898e177fbb8e Reviewed-on: https://gerrit.libreoffice.org/57628 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/unoshape.hxx')
-rw-r--r--include/svx/unoshape.hxx23
1 files changed, 0 insertions, 23 deletions
diff --git a/include/svx/unoshape.hxx b/include/svx/unoshape.hxx
index bbc7740a1725..f2b40fa32472 100644
--- a/include/svx/unoshape.hxx
+++ b/include/svx/unoshape.hxx
@@ -855,29 +855,6 @@ private:
OUString referer_;
};
-/*
- * This is a really ugly hack for the chart2 OpenGL backend
- * SvxShapeGroup::add only accepts objects derived from SvxShape and silently drops
- * other objects. This fixes my life time problems but I will burn for it in hell.
- *
- * The object does nothing and should not be painted. It is just there to ensure that the
- * wrapped object is not deleted prematurely.
- */
-class SVX_DLLPUBLIC SvxDummyShapeContainer : public SvxShape
-{
-private:
- css::uno::Reference< css::drawing::XShapes >
- m_xDummyObject;
-
-public:
- SvxDummyShapeContainer( css::uno::Reference< css::drawing::XShapes > const & xWrappedObject );
- virtual ~SvxDummyShapeContainer() throw() override;
-
- const css::uno::Reference< css::drawing::XShapes >& getWrappedShape()
- { return m_xDummyObject; }
-
-};
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */