https://bugs.freedesktop.org/show_bug.cgi?id=41739
--- Comment #6 from Ivan Timofeev <[email protected]> 2012-03-21 11:40:50 PDT --- (In reply to comment #5) > Using as a WORKAROUND: > {} newline {} > is acceptable in the all the cases mentioned in the Description. Not always "{} newline {}". You use {} when you need to provide the missing operand of a binary operator. For example, a+b_ij newline = c+d # left-hand side is missing at the second line a+b_ij newline {} = c+d # add {} - OK a+b_ij = newline c+d # right-hand side is missing at the first line a+b_ij = {} newline = c+d # add {} - OK And from my point of view, the requirement - "provide all operands, otherwise there will be the flipped question mark" - is simply awful, it would be a great improvement to get rid of it. newline's behavior will be much more intuitive. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- 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
