diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-01-26 07:26:46 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-01-26 09:34:49 +0100 |
commit | 10692be9472584c2dc49d298afd0192fb9ebfe86 (patch) | |
tree | 0f8e65841468e2a062f15b93d05fb943683fe1d0 /chart2 | |
parent | d0451dcf96508bf4d75c8147168f974ad3ebf03f (diff) |
tdf#146876 PPTX: various graphical elements misplaced
Revert "use cache value in ViewContact"
This reverts commit 2e162bb1e8521ad8cd8148e0a18adc3eebadd710.
Apparently invalidation is not reliable anywhere for ViewContact
Change-Id: I1ec40f27de77859a55bf00b80d029fa7181b4492
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128949
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/main/DrawModelWrapper.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chart2/source/view/main/DrawModelWrapper.cxx b/chart2/source/view/main/DrawModelWrapper.cxx index ff2171f596a1..aa7a002c967a 100644 --- a/chart2/source/view/main/DrawModelWrapper.cxx +++ b/chart2/source/view/main/DrawModelWrapper.cxx @@ -45,7 +45,6 @@ namespace chart DrawModelWrapper::DrawModelWrapper() : SdrModel(&ChartItemPool::GetGlobalChartItemPool()) { - SetVOCInvalidationIsReliable(true); SetScaleUnit(MapUnit::Map100thMM); SetScaleFraction(Fraction(1, 1)); SetDefaultFontHeight(423); // 12pt |