<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - XLSX with 0px height or 0px width images hangs LO and produce a lot of temp files"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=111461#c16">Comment # 16</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - XLSX with 0px height or 0px width images hangs LO and produce a lot of temp files"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=111461">bug 111461</a>
              from <span class="vcard"><a class="email" href="mailto:serval2412@yahoo.fr" title="Julien Nabet <serval2412@yahoo.fr>"> <span class="fn">Julien Nabet</span></a>
</span></b>
        <pre>On pc Debian x86-64 with master sources updated today, I noticed these logs:
warn:legacy.osl:3832:3832:oox/source/helper/graphichelper.cxx:120:
GraphicHelper::GraphicHelper - cannot get target frame
warn:oox:3832:3832:oox/source/drawingml/shapecontext.cxx:130:
ShapeContext::onCreateContext: unhandled element: 3973
warn:vcl.gdi:3832:3832:vcl/source/graphic/Manager.cxx:141: Calculated size
mismatch. Variable size is '28365646' but calculated size is '19039954'

(for the third one, I used:
diff --git a/vcl/source/graphic/Manager.cxx b/vcl/source/graphic/Manager.cxx
index ec2bdca9be0b..941fb45bd9b8 100644
--- a/vcl/source/graphic/Manager.cxx
+++ b/vcl/source/graphic/Manager.cxx
@@ -138,7 +138,7 @@ void Manager::registerGraphic(const
std::shared_ptr<ImpGraphic>& pImpGraphic,

     if (calculatedSize != mnUsedSize)
     {
-        SAL_INFO_IF(calculatedSize != mnUsedSize, "vcl.gdi",
+        SAL_WARN_IF(calculatedSize != mnUsedSize, "vcl.gdi",
                     "Calculated size mismatch. Variable size is '"
                         << mnUsedSize << "' but calculated size is '" <<
calculatedSize << "'");
         mnUsedSize = calculatedSize;
)</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>