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 (cherry picked from commit e5ae9bed)
Showing
Please
register
or
sign in
to comment