<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - officeooo:rsid multiplies the links"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=112429">112429</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>officeooo:rsid multiplies the links
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>5.2.7.2 release
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>minor
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Writer
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>regivanx@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="http://bugs.documentfoundation.org/attachment.cgi?id=136289" name="attach_136289" title="With officeooo:rsid, links are multiplied">attachment 136289</a> <a href="http://bugs.documentfoundation.org/attachment.cgi?id=136289&action=edit" title="With officeooo:rsid, links are multiplied">[details]</a></span>
With officeooo:rsid, links are multiplied

Hello,

_ create a new document,

_ write a hypertext, linked to localhost for example,

_ save, close, and reopen the file in LibreOffice,

_ in the middle of the hypertext, write a new text,

_ save, close, and reopen the file in LibreOffice.

There are now three hyperlinks (one with automatic style T2, which has a unique
identifier in <office:automatic-styles/>) instead of just one.

Instead of:

<text:a xlink:type="simple" xlink:href="<a href="http://localhost/">http://localhost/</a>"
text:style-name="Internet_20_link"
text:visited-style-name="Visited_20_Internet_20_Link">Hello <text:span
text:style-name="T2">small </text:span>world!</text:a>

we have:

<text:a xlink:type="simple" xlink:href="<a href="http://localhost/">http://localhost/</a>"
text:style-name="Internet_20_link"
text:visited-style-name="Visited_20_Internet_20_Link">Hello </text:a><text:a
xlink:type="simple" xlink:href="<a href="http://localhost/">http://localhost/</a>"
text:style-name="Internet_20_link"
text:visited-style-name="Visited_20_Internet_20_Link"><text:span
text:style-name="T2">small </text:span></text:a><text:a xlink:type="simple"
xlink:href="<a href="http://localhost/">http://localhost/</a>" text:style-name="Internet_20_link"
text:visited-style-name="Visited_20_Internet_20_Link">world!</text:a> 

Thus, at each new edition of the links, the links are multiplied.

Of course, this bug disappears if officeooo:rsid is disabled in the options.</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>