diff options
author | Stanislav Horacek <stanislav.horacek@gmail.com> | 2016-05-28 11:31:35 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-05-30 09:48:02 +0000 |
commit | 3239ecb4916e0b5ac7583c6de884c9c00f5ebc90 (patch) | |
tree | 5d9bd39b361fd10ef36eb4ebbdfc59f56fa5b55e /sc/source/ui | |
parent | d2a44e62704f185a0acecbb6320b92a4df3063b9 (diff) |
FORECAST.ETS.* functions: default aggregation is 1 (0 is not allowed)
Change-Id: I71470b0871a181dd9ce090053a41238698744424
Reviewed-on: https://gerrit.libreoffice.org/25577
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/source/ui')
-rw-r--r-- | sc/source/ui/src/scfuncs.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src index cec7ee3cf9e3..faa26fe9d670 100644 --- a/sc/source/ui/src/scfuncs.src +++ b/sc/source/ui/src/scfuncs.src @@ -10122,7 +10122,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2 }; String 13 // Description of Parameter 6 { - Text [ en-US ] = "Aggregation (default 0 = AVERAGE); method to be used to aggregate identical (time) values." ; + Text [ en-US ] = "Aggregation (default 1 = AVERAGE); method to be used to aggregate identical (time) values." ; }; }; // -=*# Resource for function FORECAST.ETS.MULT #*=- @@ -10186,7 +10186,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2 }; String 13 // Description of Parameter 6 { - Text [ en-US ] = "Aggregation (default 0 = AVERAGE); method to be used to aggregate identical (time) values." ; + Text [ en-US ] = "Aggregation (default 1 = AVERAGE); method to be used to aggregate identical (time) values." ; }; }; // -=*# Resource for function FORECAST.ETS.CONFINT #*=- |