diff options
author | Eike Rathke <erack@redhat.com> | 2020-10-13 23:56:28 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2020-10-14 11:20:20 +0200 |
commit | 59f86333f3fce091177d1cfb9363aa81686aa497 (patch) | |
tree | 26f6e56602e34ccdaf112efa49965b8e3a6784b8 /cui | |
parent | 18f8a7056ac7b4677f4d99aac24ed2db44010140 (diff) |
Resolves: tdf#137248 Fix wrong condition breaking non-group interpret
Regression from
commit 4f36f2ccab6286ec09480caea602c0fa19195736
CommitDate: Thu Sep 10 11:15:47 2020 +0200
detect if a cell still needs interpreting after Interpret()
The bool return from ScFormulaCell::Interpret() does not indicate
if it was succesful but whether a group interpret was done. As
both calls here happen in a non-group context bailing out on that
if false (no group interpret) is wrong. Instead, ask the cell if
it still needs to be interpreted after having been interpreted.
Change-Id: I40eeeef65e1da3d729cb3fef550620b1ea0a5741
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104261
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'cui')
0 files changed, 0 insertions, 0 deletions