[Libreoffice-bugs] [Bug 114396] Assertion failed, if I copy text to clipboard from special document

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Dec 12 16:13:24 UTC 2017


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

Michael Stahl <mstahl at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           See Also|                            |https://bugs.documentfounda
                   |                            |tion.org/show_bug.cgi?id=11
                   |                            |2574
           Assignee|libreoffice-bugs at lists.free |mstahl at redhat.com
                   |desktop.org                 |

--- Comment #4 from Michael Stahl <mstahl at redhat.com> ---
the styles.xml has a bunch of styles with text:anchor-type attribute:

    <style:style style:name="Frame" style:family="graphic">
      <style:graphic-properties text:anchor-type="paragraph" svg:x="0in"
svg:y="0in" style:wrap="parallel" style:number-wrapped-paragraphs="no-limit"
style:wrap-contour="false" style:vertical-pos="top"
style:vertical-rel="paragraph-content" style:horizontal-pos="center"
style:horizontal-rel="paragraph-content"/>
    </style:style>
    <style:style style:name="Graphics" style:family="graphic">
      <style:graphic-properties text:anchor-type="paragraph" svg:x="0in"
svg:y="0in" style:wrap="none" style:vertical-pos="top"
style:vertical-rel="paragraph" style:horizontal-pos="center"
style:horizontal-rel="paragraph"/>
    </style:style>
    <style:style style:name="OLE" style:family="graphic">
      <style:graphic-properties text:anchor-type="paragraph" svg:x="0in"
svg:y="0in" style:wrap="none" style:vertical-pos="top"
style:vertical-rel="paragraph" style:horizontal-pos="center"
style:horizontal-rel="paragraph"/>
    </style:style>
    <style:style style:name="Formula" style:family="graphic">
      <style:graphic-properties text:anchor-type="as-char" svg:y="0in"
style:vertical-pos="top" style:vertical-rel="baseline"/>
    </style:style>

was this ever intentional?

document was written by OOo 3.3 but of course this would likely be
round-tripped so we have no idea what version created it...

-- 
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/20171212/0ad8b30d/attachment.html>


More information about the Libreoffice-bugs mailing list