[Libreoffice-bugs] [Bug 92796] [ODF] Writer does not remove unused page background image/bitmap

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Jan 18 17:19:24 UTC 2021


https://bugs.documentfoundation.org/show_bug.cgi?id=92796

--- Comment #25 from Justin L <jluth at mail.com> ---
(In reply to Caolán McNamara from comment #13)
> caolanm->dtardon: you fixed something that sounds quite like this, but for
> impress. I imagine b876bbe2cacce8af379b10d82da6c7e7d229b361 makes no
> difference to writer, but intriguing in similarity.

Yes, it sounds like it will take a master programmer to handle this. The very
existence of the Graphic seems to means it gets a styles.xml entry like
<office:styles>
  <draw:fill-image draw:name="my_big_picture" xlink:href="Pictures/xyz.jpg"
xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad"/>

I tried "cancelling" the bitmap when selecting none with
   _pSet->Put( XFillBitmapItem(OUString("bogus"), Graphic()) );
but that didn't help (and for some reason, an empty string did even less).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210118/d7916ca3/attachment.htm>


More information about the Libreoffice-bugs mailing list