summaryrefslogtreecommitdiff
path: root/chart2/source/inc/chartview/DrawModelWrapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/inc/chartview/DrawModelWrapper.hxx')
-rw-r--r--chart2/source/inc/chartview/DrawModelWrapper.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/chart2/source/inc/chartview/DrawModelWrapper.hxx b/chart2/source/inc/chartview/DrawModelWrapper.hxx
index 3bc0b4fef2cf..bd9189dbff88 100644
--- a/chart2/source/inc/chartview/DrawModelWrapper.hxx
+++ b/chart2/source/inc/chartview/DrawModelWrapper.hxx
@@ -86,6 +86,8 @@ public:
static SdrObject* getNamedSdrObject( const OUString& rName, SdrObjList const * pObjList );
static bool removeShape( const css::uno::Reference< css::drawing::XShape >& xShape );
+
+ void dumpAsXml(xmlTextWriterPtr pWriter) const override;
};
} //namespace chart
#endif