diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-06-18 00:18:02 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-06-18 00:36:29 +0200 |
commit | e5ae9bed63a742d9fb40cf63ce92eba5ac72b23d (patch) | |
tree | 0b2999afb87252a78dd835bbbfdaae9875a21110 /sfx2/source/control | |
parent | 84ea33ef9a86f097a248b526554cdc3581c8d725 (diff) |
sw: DOCX export: fix exporting of hyperlink inside ruby
The problem is that the hints are iterated in order of start position,
and if there is a hyperlink inside a ruby then its end position will be
reached after the end position of the ruby due to the sort order, which
leads to overlapping XML elements.
So for any given position, first export the end positions, then the
start positions.
Change-Id: I2db28d7a36e4e34fbd394b3a69fe4549ee905250
Example: fdo82849-1.docx
Diffstat (limited to 'sfx2/source/control')
0 files changed, 0 insertions, 0 deletions