diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-03-15 16:07:10 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-03-17 08:17:22 +0000 |
commit | 5b3b1bb06b0802735d72d49f6a0088c107b90309 (patch) | |
tree | 23bd0c369a61507e50b83940affaa9b5f4b8260b /chart2/source/inc/Diagram.hxx | |
parent | 456b02476f2c8f101479db88087d93b2f57bc75e (diff) |
move isPieOrDonutChart inside chart2::Diagram
Change-Id: Ib0d8c2674bfa4aa38cdf3a6449642407c2373093
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149036
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/inc/Diagram.hxx')
-rw-r--r-- | chart2/source/inc/Diagram.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chart2/source/inc/Diagram.hxx b/chart2/source/inc/Diagram.hxx index 680c8f92fe30..087ba922dac4 100644 --- a/chart2/source/inc/Diagram.hxx +++ b/chart2/source/inc/Diagram.hxx @@ -176,6 +176,8 @@ public: sal_Int32 getGeometry3D( bool& rbFound, bool& rbAmbiguous ); + bool isPieOrDonutChart(); + private: // ____ XModifyListener ____ virtual void SAL_CALL modified( |