tdf#152037 XLSX import: fix false alarm data validation error
commit62426eac75a7f356e31a20204b15a7db9523f423
authorCzeber László Ádám <czeber.laszloadam@nisz.hu>
Fri, 26 May 2023 08:14:11 +0000 (26 10:14 +0200)
committerAndras Timar <andras.timar@collabora.com>
Sun, 4 Jun 2023 14:34:09 +0000 (4 16:34 +0200)
tree80dfe9a51584b343f6f09d118ea329aae611ae70
parent615922bcce244622dcc129794e090d22298e5c33
tdf#152037 XLSX import: fix false alarm data validation error

Fix validation error on valid input by adding missing
SimplifyCompiledFormula() to the implementation of
setFormula1() and setFormula2() of XSheetCondition UNO API,
which used by the XLSX input filter.

Change-Id: I8389227eb5a609c29e8d466cf62420bae36f7927
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152295
Tested-by: László Németh <nemeth@numbertext.org>
Reviewed-by: László Németh <nemeth@numbertext.org>
(cherry picked from commit b14118feb4da3b68caea3e9e60b4eb0f2f83593b)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152328
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
sc/source/core/data/conditio.cxx