summaryrefslogtreecommitdiff
path: root/chart2/source/model/template/BarChartType.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/model/template/BarChartType.hxx')
-rw-r--r--chart2/source/model/template/BarChartType.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/chart2/source/model/template/BarChartType.hxx b/chart2/source/model/template/BarChartType.hxx
index e04e882aec9d..4f6c980370f4 100644
--- a/chart2/source/model/template/BarChartType.hxx
+++ b/chart2/source/model/template/BarChartType.hxx
@@ -44,6 +44,9 @@ protected:
// ____ XChartType ____
virtual OUString SAL_CALL getChartType()
throw (::com::sun::star::uno::RuntimeException, std::exception);
+ virtual com::sun::star::uno::Sequence< OUString > SAL_CALL
+ getSupportedPropertyRoles()
+ throw (::com::sun::star::uno::RuntimeException, std::exception);
// ____ XCloneable ____
virtual ::com::sun::star::uno::Reference< ::com::sun::star::util::XCloneable > SAL_CALL createClone()