<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [ODF] Writer does not remove unused page background image/bitmap"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=92796#c25">Comment # 25</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [ODF] Writer does not remove unused page background image/bitmap"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=92796">bug 92796</a>
              from <span class="vcard"><a class="email" href="mailto:jluth@mail.com" title="Justin L <jluth@mail.com>"> <span class="fn">Justin L</span></a>
</span></b>
        <pre>(In reply to Caolán McNamara from <a href="show_bug.cgi?id=92796#c13">comment #13</a>)
<span class="quote">> 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.</span >

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).</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>