https://bz.apache.org/ooo/show_bug.cgi?id=19221

Laurent BP <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #10 from Laurent BP <[email protected]> ---
It seems this patch introduced a regression with TAN function. See tdf#102872:
In basic/source/runtime/stdobj.cxx#523
{ "Tab",              SbxSTRING,      1 | _FUNCTION, RTLNAME(Tab),0          
},
TAB function is expecting a parameter which is taken next line so TAN is
unable.
Should insert a line#524 like:
  { "Count",        SbxLONG, 0,nullptr,0 },

-- 
You are receiving this mail because:
You are on the CC list for the issue.

Reply via email to