https://bugs.documentfoundation.org/show_bug.cgi?id=135891
--- Comment #11 from Andreas Heinisch <[email protected]> --- Tried to investigate this error and don't know if it could be solved in an easy way. When you double click the OLE object you end up in the Calc mode with the following work flow: BACKGROUND: bMetaFile = true eType = OUTTYPE_PRINTER bWorksInPixels = false GRID (triggered by the repaint process): bMetaFile = false eType = OUTTYPE_WINDOW bWorksInPixels = true BACKGROUND (AGAIN): bMetaFile = false eType = OUTTYPE_WINDOW bWorksInPixels = true When you then exit the OLE object an return to Writer you end up in: BACKGROUND bMetaFile = true eType = OUTTYPE_PRINTER bWorksInPixels = false And there the problem arises since the GRID was drawn using pixels whereas the background was drawn now using logic units. Tried to draw the grid again but without any luck. I hope it works by just avoiding the adjustment: https://gerrit.libreoffice.org/c/core/+/182890 -- You are receiving this mail because: You are the assignee for the bug.
