https://bugs.freedesktop.org/show_bug.cgi?id=34872
Andras Timar <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #5 from Andras Timar <[email protected]> 2012-06-05 13:09:45 PDT --- Sorry Rob, your patch had devastating effect on the cross-reference handling, see bug #50139 and many duplicates. ;-) I had to revert it. In fact the code is very stupid. It is not enough to cut the first character. You see that all characters before the number are printed, so in fact it should be solved by editing the sample document, e.g. put parentheses into separate table cells, so we have the same visual effect, but don't have the "strange" entries in Cross reference dialog. E.g. | E = mc^2 | (|1|) | That being said, there is still room for improvement in sw core, because the code there assumes that captions are always in the form of "Type" + "Number" (e.g. Illustration 1), while it is not true. It is possible to number first (e.g. 1. ábra in Hungarian), and then the code cannot handle it, it will display the number only. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
