diff options
author | Eike Rathke <erack@redhat.com> | 2024-08-14 20:00:37 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2024-08-14 20:03:20 +0200 |
commit | afa0a94db4d511a638cb81ff7e000fb6f285c830 (patch) | |
tree | 4d72fe6da321e6db8df42f967d565db59018fceb | |
parent | 9d2a16b7eb33cf0ff58e010d502d64c6dfcdff4f (diff) |
OnCalculate sheet event is fired before, not after recalculation
Change-Id: Ief7019183946fa8c8a32e0571ebc21c10f0417dd
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/171874
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack@redhat.com>
-rw-r--r-- | source/text/scalc/01/events_sheet.xhp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/scalc/01/events_sheet.xhp b/source/text/scalc/01/events_sheet.xhp index cac26d38ae..c4c9dfdacc 100644 --- a/source/text/scalc/01/events_sheet.xhp +++ b/source/text/scalc/01/events_sheet.xhp @@ -81,10 +81,10 @@ </tablerow> <tablerow> <tablecell> - <paragraph id="par_id331685033039088" role="tablecontent">Formulas calculated</paragraph> + <paragraph id="par_id331685033039088" role="tablecontent">Formulas calculate</paragraph> </tablecell> <tablecell> - <paragraph id="par_id161685033039088" role="tablecontent">Cells in sheet have been recalculated.</paragraph> + <paragraph id="par_id161685033039088" role="tablecontent">Cells in sheet will be recalculated.</paragraph> </tablecell> </tablerow> <tablerow> |