https://bugs.freedesktop.org/show_bug.cgi?id=38592
--- Comment #9 from Peter Ansell <[email protected]> --- Created attachment 89551 --> https://bugs.freedesktop.org/attachment.cgi?id=89551&action=edit Minimal test case for reproducing this bug consistently I noticed this behaviour in 3.5 and upgraded to 4.1 to see if it would go away but it is still present. In my case the function was: CEILING(A1/B1,1) which was replaced on the first save and open cycle with: CEILING(A1/B1,1,1) The next time I opened the file and edited the formula to add a space at the end and saved and then opened the file again another 1 was added: CEILING(A1/B1,1,1,1) Ditto for the next cycle: CEILING(A1/B1,1,1,1,1) etc. CEILING(A1/B1,1,1,1,1,1) It seems to add an endless number of extra parameters as long as I make a null edit each time between saving. I have only ever saved the file as XLSX. -- 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
