[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - sc/source

Stanislav Horacek stanislav.horacek at gmail.com
Mon May 30 09:51:20 UTC 2016


 sc/source/ui/src/scfuncs.src |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 62ebd61b2709f918802d8b40abc39498b8a42dfc
Author: Stanislav Horacek <stanislav.horacek at 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 <ci at libreoffice.org>
    Reviewed-by: Eike Rathke <erack at redhat.com>
    Tested-by: Eike Rathke <erack at redhat.com>
    (cherry picked from commit 3239ecb4916e0b5ac7583c6de884c9c00f5ebc90)
    Reviewed-on: https://gerrit.libreoffice.org/25658

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 #*=-


More information about the Libreoffice-commits mailing list