summaryrefslogtreecommitdiff
path: root/chart2/source/model/template/ColumnChartType.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/model/template/ColumnChartType.cxx')
-rw-r--r--chart2/source/model/template/ColumnChartType.cxx10
1 files changed, 10 insertions, 0 deletions
diff --git a/chart2/source/model/template/ColumnChartType.cxx b/chart2/source/model/template/ColumnChartType.cxx
index ccc0563788de..4357b6a995fd 100644
--- a/chart2/source/model/template/ColumnChartType.cxx
+++ b/chart2/source/model/template/ColumnChartType.cxx
@@ -152,6 +152,16 @@ OUString SAL_CALL ColumnChartType::getChartType()
return CHART2_SERVICE_NAME_CHARTTYPE_COLUMN;
}
+uno::Sequence< OUString > ColumnChartType::getSupportedPropertyRoles()
+ throw (uno::RuntimeException, std::exception)
+{
+ uno::Sequence< OUString > aPropRoles(2);
+ aPropRoles[0] = "FillColor";
+ aPropRoles[1] = "BorderColor";
+
+ return aPropRoles;
+}
+
// ____ OPropertySet ____
uno::Any ColumnChartType::GetDefaultValue( sal_Int32 nHandle ) const
throw(beans::UnknownPropertyException)