https://bugs.documentfoundation.org/show_bug.cgi?id=94173
--- Comment #5 from Julien Nabet <[email protected]> --- In autoform.cxx, line 1082, if I change this line: for (++it; bRet && it != itEnd; ++it) // Skip the first item. into this: for (; bRet && it != itEnd; ++it) it's ok (see http://opengrok.libreoffice.org/xref/core/sc/source/core/tool/autoform.cxx#1082) The goal is to skip "Default" (the always first entry in autoformat list) However, seeing there's a "Default" in Autoformat in Writer, I suppose there should one too in Calc. So the quoted change must be wrong and I should search why Default doesn't appear. -- 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
