summaryrefslogtreecommitdiffstats
path: root/chart2/source/model/template/NetChartType.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/model/template/NetChartType.hxx')
-rw-r--r--chart2/source/model/template/NetChartType.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/chart2/source/model/template/NetChartType.hxx b/chart2/source/model/template/NetChartType.hxx
index 7f1c16d60dd8..d9875be541a3 100644
--- a/chart2/source/model/template/NetChartType.hxx
+++ b/chart2/source/model/template/NetChartType.hxx
@@ -18,7 +18,7 @@
*/
#pragma once
-#include "ChartType.hxx"
+#include <ChartType.hxx>
namespace chart
{
@@ -59,6 +59,8 @@ public:
virtual css::uno::Sequence< OUString > SAL_CALL
getSupportedServiceNames() override;
+ virtual rtl::Reference<ChartType> cloneChartType() const override;
+
private:
explicit NetChartType( const NetChartType & rOther );