summaryrefslogtreecommitdiff
path: root/chart2/source/model/template/ColumnChartType.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/model/template/ColumnChartType.hxx')
-rw-r--r--chart2/source/model/template/ColumnChartType.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/chart2/source/model/template/ColumnChartType.hxx b/chart2/source/model/template/ColumnChartType.hxx
index 3a03bba568c3..dcfdf3e76b17 100644
--- a/chart2/source/model/template/ColumnChartType.hxx
+++ b/chart2/source/model/template/ColumnChartType.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);
// ____ OPropertySet ____
virtual ::com::sun::star::uno::Any GetDefaultValue( sal_Int32 nHandle ) const