summaryrefslogtreecommitdiffstats
path: root/chart2/source/model/template/BarChartType.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/model/template/BarChartType.cxx')
-rw-r--r--chart2/source/model/template/BarChartType.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/chart2/source/model/template/BarChartType.cxx b/chart2/source/model/template/BarChartType.cxx
index d32aa6efeca3..2a94db82ba2a 100644
--- a/chart2/source/model/template/BarChartType.cxx
+++ b/chart2/source/model/template/BarChartType.cxx
@@ -45,6 +45,11 @@ uno::Reference< util::XCloneable > SAL_CALL BarChartType::createClone()
return uno::Reference< util::XCloneable >( new BarChartType( *this ));
}
+rtl::Reference< ChartType > BarChartType::cloneChartType() const
+{
+ return new BarChartType( *this );
+}
+
// ____ XChartType ____
OUString SAL_CALL BarChartType::getChartType()
{