https://bugs.documentfoundation.org/show_bug.cgi?id=146157
Rafael Lima <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #1 from Rafael Lima <[email protected]> --- The "=" sign is a binary operator, meaning that it requires values in both sides. Instead of changing the behavior in Math, making the "=" unary, we could change the DOCX import so that when nothing is found after the equal sign, then {} is added after the equals sign. In your example, instead of using "" you could use {}. -- You are receiving this mail because: You are the assignee for the bug.
