From 612e4d7731cc2890d6e58e8b712757fccd06ae2d Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Thu, 15 Aug 2024 16:23:15 +0200 Subject: OnCalculate sheet event is fired before, not after recalculation Change-Id: Ida6455457d40b06d90028c5c294a42e857fb3939 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171908 Reviewed-by: Eike Rathke Tested-by: Jenkins --- cui/inc/strings.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cui/inc/strings.hrc b/cui/inc/strings.hrc index 0c074b7d9b57..1d5d98fc7d2c 100644 --- a/cui/inc/strings.hrc +++ b/cui/inc/strings.hrc @@ -167,7 +167,7 @@ #define RID_CUISTR_EVENT_SELECTIONCHANGED NC_("RID_SVXSTR_EVENT_SELECTIONCHANGED", "Selection changed") #define RID_CUISTR_EVENT_DOUBLECLICK NC_("RID_SVXSTR_EVENT_DOUBLECLICK", "Double click") #define RID_CUISTR_EVENT_RIGHTCLICK NC_("RID_SVXSTR_EVENT_RIGHTCLICK", "Right click") -#define RID_CUISTR_EVENT_CALCULATE NC_("RID_SVXSTR_EVENT_CALCULATE", "Formulas calculated") +#define RID_CUISTR_EVENT_CALCULATE NC_("RID_SVXSTR_EVENT_CALCULATE", "Formulas calculate") #define RID_CUISTR_EVENT_CONTENTCHANGED NC_("RID_SVXSTR_EVENT_CONTENTCHANGED", "Content changed") #define RID_STR_SEARCH_ANYWHERE NC_("RID_STR_SEARCH_ANYWHERE", "anywhere in the field") -- cgit