diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-09-22 14:02:47 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-09-22 21:00:00 +0200 |
commit | c3bc67bffd1e0b9bdd60ef274a6d5e59101d322d (patch) | |
tree | 97dadd3338fb57478bcd1fc223322384df971f68 /sc/inc | |
parent | 40a428fde0a33e7127dfa30845d65c698e408053 (diff) |
tdf#151091 Revert "tdf#148635 cache some chart stuff"
This reverts commit fd2ca9607431fc6ca49e37ab6fef228aa72da5f9,
since it causes a regression when copying a chart.
Change-Id: I5d40de6f46b4b3e68531257d27f9a81540a06da4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140427
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/chart2uno.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/inc/chart2uno.hxx b/sc/inc/chart2uno.hxx index 72a6374be739..a5e4f53b032f 100644 --- a/sc/inc/chart2uno.hxx +++ b/sc/inc/chart2uno.hxx @@ -147,10 +147,6 @@ private: ScDocument* m_pDocument; SfxItemPropertySet m_aPropSet; bool m_bIncludeHiddenCells; - css::uno::Reference< css::chart2::data::XDataSource > mxCachedDataSource; - css::uno::Sequence< css::beans::PropertyValue > maCachedArguments; - css::uno::Sequence< css::beans::PropertyValue > maCreateDataSourceArguments; - css::uno::Reference< css::chart2::data::XDataSource > mxCreatedDataSource; }; // DataSource |