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

Michael Stahl <mst...@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bisected
                 CC|                            |caol...@redhat.com,
                   |                            |noelgran...@gmail.com

--- Comment #11 from Michael Stahl <mst...@redhat.com> ---
it doesn't look like commit dcbac37efebb9877a72f7c9914b63d60f46a5656 is
responsible - i can't build that old master with MSVC 2013 but
a) the whole Fraction class was removed before 4.4 branch off anyway
b) if i disable the WrapPolygon handling in GraphicImport.cxx completely
   i still get the same extra lines in the image

... the minimal group shape to demonstrate the bug that shows
white image on Linux and 3 grey lines on Windows is this:

        <w:pict>
          <v:group id="_x0000_s1026" editas="canvas"
style="width:342pt;height:180.65pt;mso-position-horizontal-relative:char;mso-position-vertical-relative:line"
coordorigin="2785,-605" coordsize="6514,3468">

            <v:shape id="_x0000_s1027" type="#_x0000_t75"
style="position:absolute;left:2785;top:-605;width:6514;height:3468"
o:preferrelative="f">
              <v:fill o:detectmouseclick="t"/>
              <v:path o:extrusionok="t" o:connecttype="none"/>
              <o:lock v:ext="edit" text="t"/>
            </v:shape>

            <v:shapetype id="_x0000_t34" coordsize="21600,21600" o:spt="34"
o:oned="t" adj="10800" path="m,l@0,0@0,21600,21600,21600e" filled="f">
              <v:stroke joinstyle="miter"/>
              <v:formulas>
                <v:f eqn="val #0"/>
              </v:formulas>
              <v:path arrowok="t" fillok="f" o:connecttype="none"/>
              <v:handles>
                <v:h position="#0,center"/>
              </v:handles>
              <o:lock v:ext="edit" shapetype="t"/>
            </v:shapetype>

          </v:group>
        </w:pict>


... okay if i play with strtempl.cxx i find that the responsible commit is:

commit 281989007fd7dea997ed9a65f513f80b1aff67dd
Author:     Noel Grandin <n...@peralex.com>
AuthorDate: Tue Jul 1 13:17:01 2014 +0200
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Fri Jul 4 09:04:05 2014 +0000

    Use standard library optimised routines for OUString/OString

    ..handling where possible.


urgh :(

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to