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

--- Comment #12 from Mike Kaganski <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to