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

Laurent BP <jumbo4...@yahoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Writer                      |Calc

--- Comment #1 from Laurent BP <jumbo4...@yahoo.fr> ---
Pb here:
svl/source/numbers/zformat.cxx:1414
            case '$' :
                if ( rString[nPos] == '-' )

nPos == 2 is >= nLength
We should not test rString[nPos] without testing nPos.

I don't understand what was changed recently which makes this happen.

By the way, simple steps:
1. New Calc doc, Format > Cells > Numbers
2. Remove format code and type
[$

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to