sc/source/ui/src/scfuncs.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 3239ecb4916e0b5ac7583c6de884c9c00f5ebc90 Author: Stanislav Horacek <stanislav.hora...@gmail.com> Date: Sat May 28 11:31:35 2016 +0200 FORECAST.ETS.* functions: default aggregation is 1 (0 is not allowed) Change-Id: I71470b0871a181dd9ce090053a41238698744424 Reviewed-on: https://gerrit.libreoffice.org/25577 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Eike Rathke <er...@redhat.com> Tested-by: Eike Rathke <er...@redhat.com> diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src index cec7ee3..faa26fe 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 #*=- _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits