diff options
author | Kurt Nordback <kurt.nordback@protonmail.com> | 2024-03-05 11:01:42 -0700 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-03-18 07:07:24 +0100 |
commit | 9ae8e74fb32254c81d36b1c95411605459e06372 (patch) | |
tree | ecc96d311ae0f5568d2b013a4757b44b6af08470 /chart2/source/inc | |
parent | 0306ff34c8ab81e1d530b71974790819ed95bf98 (diff) |
tdf#50934: Add a pie-with-remainder-as-another-pie chart type
Implement ODF import/export for bar-of-pie and pie-of-pie types,
and add simple tests for this capability. The associated ODF tags
are implemented in the loext namespace. This also required changing
the schema.
Change-Id: Ib55ae1c5818ad810f7b962d807a9163a3d02ba17
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164436
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/inc')
-rw-r--r-- | chart2/source/inc/ChartType.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chart2/source/inc/ChartType.hxx b/chart2/source/inc/ChartType.hxx index fccafdb323b6..fa55cf05694f 100644 --- a/chart2/source/inc/ChartType.hxx +++ b/chart2/source/inc/ChartType.hxx @@ -75,12 +75,6 @@ public: // ____ XChartType ____ // still abstract ! implement ! virtual OUString SAL_CALL getChartType() override = 0; -#if 0 - virtual ::com::sun::star::chart2::PieChartSubType SAL_CALL getPieChartSubType() override - { - return ::com::sun::star::chart2::PieChartSubType_NONE; - } -#endif virtual css::uno::Reference< css::chart2::XCoordinateSystem > SAL_CALL createCoordinateSystem( ::sal_Int32 DimensionCount ) final override; virtual css::uno::Sequence< OUString > SAL_CALL |