diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-12-01 15:19:12 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-12-01 21:28:21 +0100 |
commit | c6aae3f4035f0a2dceba94b1956f5fc0ace3b3ee (patch) | |
tree | dd294a5a4f62f7160fe7c1b131bf597f304e3eb7 /chart2/source/inc/chartview/DrawModelWrapper.hxx | |
parent | 88397d5cce34bf24fdb90f60befcc48dd4616187 (diff) |
tdf#145599 Charts gets corrupted when you draw a line inside them
This reverts
commit 2ed8c34bca56c1a30d727b21d9096cb77e88197a
use a single global item pool for chart2 draw model
Change-Id: I640a981a2cbbed1cb9e6c0b0c239c78bb481e12e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143526
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/inc/chartview/DrawModelWrapper.hxx')
-rw-r--r-- | chart2/source/inc/chartview/DrawModelWrapper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/inc/chartview/DrawModelWrapper.hxx b/chart2/source/inc/chartview/DrawModelWrapper.hxx index 0b4da35435d4..fb977528e8f1 100644 --- a/chart2/source/inc/chartview/DrawModelWrapper.hxx +++ b/chart2/source/inc/chartview/DrawModelWrapper.hxx @@ -40,7 +40,7 @@ class OOO_DLLPUBLIC_CHARTVIEW DrawModelWrapper final : private SdrModel private: rtl::Reference<SvxDrawPage> m_xMainDrawPage; rtl::Reference<SvxDrawPage> m_xHiddenDrawPage; - + rtl::Reference<SfxItemPool> m_xChartItemPool; VclPtr<OutputDevice> m_pRefDevice; public: |