diff options
author | Eike Rathke <erack@redhat.com> | 2024-08-15 16:23:15 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2024-08-17 01:00:38 +0200 |
commit | 612e4d7731cc2890d6e58e8b712757fccd06ae2d (patch) | |
tree | d57f2bd6e7c5ec4d2293948328c0145e4f9ceb1a | |
parent | 8d9a96fca21118da6676f56b4abd48594fc1956e (diff) |
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 <erack@redhat.com>
Tested-by: Jenkins
-rw-r--r-- | cui/inc/strings.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
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") |