https://bugs.documentfoundation.org/show_bug.cgi?id=147819
--- Comment #8 from Justin L <[email protected]> --- Export is writing RES_BACKGROUND color during SwEscherEx::SwEscherEx, so it must be somewhere within CreateEscher(). This is reproducible with any document as long as there is SOME graphic that needs to be created. (So to create a clean room reproducer, just insert an image into a new document - and on the round-trip you will have a white page style background.) Importing this is handled by ww8par.cxx's wwSectionManager::SetSegmentToPageDesc and that gives the clue about ShapeFlag::Background. In the SwEscherEx CTOR, if (nSecondShapeId) AddShape with ShapeFlag::Background. I THINK what is happening is that this is defining a dummy shape that is used to hold the document background. -- You are receiving this mail because: You are the assignee for the bug.
