https://bugs.freedesktop.org/show_bug.cgi?id=58284
--- Comment #5 from Julien Nabet <[email protected]> --- Created attachment 71571 --> https://bugs.freedesktop.org/attachment.cgi?id=71571&action=edit proposed patch On pc Debian x86-64 with master sources updated today, I reproduced the problem. I wonder if the problem doesn't come from this commit: http://cgit.freedesktop.org/libreoffice/core/commit/?id=84fd33b7c4e7bf5f8ceb2a8c25426a5b1c713489 Since numbering was linked to this class "swlo:SwNumberingTypeListBox", I searched about it and found 4 ui (included outlinenumberingpage.ui modified in the patch), all located here: sw/uiconfig/swriter/ui/ I noticed each time for the 3 others, these kinds of lines: <property name="hexpand">True</property> <property name="type">16</property> I don't know what these properties correspond and for a reason I ignore, type 16 wouldn't work here since "None" is not in first place (not even in the list!). So I tried at random different types and found that 17 was ok. Obviously, even if numbering seems to work with the patch, I suppose the patch should be modified. -- 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
