summaryrefslogtreecommitdiffstats
path: root/chart2/source/model/template
diff options
context:
space:
mode:
authorKurt Nordback <kurt.nordback@protonmail.com>2023-12-01 11:18:31 -0700
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-02-19 01:29:36 +0100
commit1cda27cf69054b006aa1b16cab8f56339274588b (patch)
tree7e517f2396e969ac4201ed52cf9846ef28a1ddd4 /chart2/source/model/template
parentFix typo (diff)
downloadcore-1cda27cf69054b006aa1b16cab8f56339274588b.tar.gz
core-1cda27cf69054b006aa1b16cab8f56339274588b.zip
tdf#50934: OfPie inport from OOXML, plus initial work for export
Change-Id: Ie17b583af28d274b3e7817c646dd4f5873e03fef Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160733 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/model/template')
-rw-r--r--chart2/source/model/template/PieChartType.hxx1
-rw-r--r--chart2/source/model/template/PieChartTypeTemplate.cxx3
2 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/model/template/PieChartType.hxx b/chart2/source/model/template/PieChartType.hxx
index 5a1e46f43d88..083bd78facd3 100644
--- a/chart2/source/model/template/PieChartType.hxx
+++ b/chart2/source/model/template/PieChartType.hxx
@@ -19,6 +19,7 @@
#pragma once
#include <ChartType.hxx>
+#include <com/sun/star/chart2/PieChartSubType.hpp>
namespace chart
{
diff --git a/chart2/source/model/template/PieChartTypeTemplate.cxx b/chart2/source/model/template/PieChartTypeTemplate.cxx
index 322b75243fb9..20880808d10b 100644
--- a/chart2/source/model/template/PieChartTypeTemplate.cxx
+++ b/chart2/source/model/template/PieChartTypeTemplate.cxx
@@ -100,8 +100,7 @@ enum
PROP_PIE_TEMPLATE_USE_RINGS,
cppu::UnoType<bool>::get(),
beans::PropertyAttribute::BOUND
- | beans::PropertyAttribute::MAYBEDEFAULT }
- ,
+ | beans::PropertyAttribute::MAYBEDEFAULT },
{ "SubPieType",
PROP_PIE_TEMPLATE_SUB_PIE_TYPE,
cppu::UnoType<chart2::PieChartSubType>::get(),