[Libreoffice-bugs] [Bug 76310] ODF incompliance: Cannot use newline in formula

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Sep 20 13:37:17 UTC 2018


https://bugs.documentfoundation.org/show_bug.cgi?id=76310

--- Comment #12 from Mike Kaganski <mikekaganski at hotmail.com> ---
A code pointer:

ScCompiler::NextSymbol() returns number of spaces (it simply counts space
characters and discards specific values). It should return space string
instead.

ScCompiler::NextNewToken(), in turn, creates a new ocSpaces token, which only
has length data. So, we should change it to hold the space string (and so keep
original spacing characters (spaces, tabs, newlines)).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180920/54a73e32/attachment-0001.html>


More information about the Libreoffice-bugs mailing list