sd/source/core/drawdoc.cxx | 2 -- 1 file changed, 2 deletions(-) New commits: commit 44febe0ea815405ceb90ace5430f11fde634d89b Author: Noel Grandin <noel.gran...@collabora.co.uk> AuthorDate: Mon Jan 31 15:01:12 2022 +0200 Commit: Noel Grandin <noel.gran...@collabora.co.uk> CommitDate: Mon Jan 31 17:42:53 2022 +0100
tdf#146999 draw, artifacts when scrolling up and down sigh, not even draw manages to get invalidation right regression from commit 9a850dd9f3c221660b6259bdfd64a77343f2256c Date: Wed Jan 12 10:27:38 2022 +0200 used cache value in ViewObjectContact::getPrimitive2DSequence (2nd attempt) Change-Id: I2692ac6933a3956eb98f48ff0875cdc0c933bd8d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129221 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> diff --git a/sd/source/core/drawdoc.cxx b/sd/source/core/drawdoc.cxx index 0e7ad9dabd44..d765e3639288 100644 --- a/sd/source/core/drawdoc.cxx +++ b/sd/source/core/drawdoc.cxx @@ -139,8 +139,6 @@ SdDrawDocument::SdDrawDocument(DocumentType eType, SfxObjectShell* pDrDocSh) , mbEmbedFontScriptComplex(true) , mnImagePreferredDPI(0) { - SetVOCInvalidationIsReliable(true); - mpDrawPageListWatcher.reset(new ImpDrawPageListWatcher(*this)); mpMasterPageListWatcher.reset(new ImpMasterPageListWatcher(*this));