diff options
author | Jean-Sebastien Bevilacqua <jsbevilacqua@linagora.com> | 2017-09-07 11:15:21 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-09-13 19:03:10 +0200 |
commit | e8d370e84af5dc9b8817cbf5aa66e50db150a0c6 (patch) | |
tree | ce0b15bc72893674f082c047cdff78a25a767532 /sc/inc | |
parent | 65ea925d173db0f319a8ca78855587d089e5270d (diff) |
tdf#107267: Fix grand total calculation
To fix the grand total calculation, we add another step.
This step loop through all row to find the min and max of each value.
These min and max are then used by the grand total.
Patch by Linagora
Change-Id: If3200840764d0ad9cb63231ac9f67b5d5ed197f1
Reviewed-on: https://gerrit.libreoffice.org/42042
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/globstr.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/globstr.hrc b/sc/inc/globstr.hrc index 644ecae7afe2..bd27e9ef0bba 100644 --- a/sc/inc/globstr.hrc +++ b/sc/inc/globstr.hrc @@ -137,7 +137,7 @@ #define STR_MSSG_SOLVE_2 NC_("STR_MSSG_SOLVE_2", "Goal Seek failed.\n\n") #define STR_MSSG_SOLVE_3 NC_("STR_MSSG_SOLVE_3", "Insert the closest value (") #define STR_MSSG_SOLVE_4 NC_("STR_MSSG_SOLVE_4", ") into the variable cell anyway?") -#define STR_TABLE_GESAMTERGEBNIS NC_("STR_TABLE_GESAMTERGEBNIS", "Grand Total") +#define STR_TABLE_GRAND NC_("STR_TABLE_GRAND", "Grand") #define STR_TABLE_ERGEBNIS NC_("STR_TABLE_ERGEBNIS", "Result") #define STR_UNDO_SPELLING NC_("STR_UNDO_SPELLING", "Spellcheck") #define STR_TABLE_UND NC_("STR_TABLE_UND", "AND") |