Use =N("abc") formula, it gives correct response equal 0. Use =0+N("abc") formula, it gives error (Error: No result).
Thanks for bugreport reproduced in 3.5.4 on Fedora 64 bit (Windows not tested) not reproduced in 3.3.4 , therefore regression Workaround: use =N("abc")+0 instead of =0+N("abc")
When assessing regression, can you try against 3.4? 3.3 is too old to be useful.
bug reproduced in 3.4.2 on Windows XP
Eike Rathke committed a patch related to this issue. It has been pushed to "libreoffice-3-6": http://cgit.freedesktop.org/libreoffice/core/commit/?id=483bba422442ba8a370d3b14d378d5d385d7dda2&g=libreoffice-3-6 resolved fdo#47222 in N() pop string constant before pushing result It will be available in LibreOffice 3.6.
Eike Rathke committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=e559fb28bbe65d98a7dcb4160db152d606332faa resolved fdo#47222 in N() pop string constant before pushing result
Thanks for fixing this bug