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

Eike Rathke erack at redhat.com
Thu Dec 12 09:58:10 PST 2013


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

New commits:
commit 45bd5635730f6faa6d1d9d82c00e63b487bf141d
Author: Eike Rathke <erack at redhat.com>
Date:   Thu Dec 12 18:55:28 2013 +0100

    resolved fdo#67205 CRITBINOM and BINOM.INV, use ODF OpenFormula description
    
    Change-Id: Ibbf2f47b3d6fb67cd49d78d437e28a6399f42691
    (cherry picked from commit 0c447b5d32b5d65960e61969d1a0ead4f4dbe7c0)

diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src
index 7425093..455c231 100644
--- a/sc/source/ui/src/scfuncs.src
+++ b/sc/source/ui/src/scfuncs.src
@@ -6180,7 +6180,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2
     {
         String 1 // Description
         {
-            Text [ en-US ] = "Border arguments of the binomial distribution." ;
+            Text [ en-US ] = "Returns the smallest value for which the cumulative binomial distribution is greater than or equal to a criterion value." ;
         };
         ExtraData =
         {
@@ -6220,7 +6220,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2
     {
         String 1 // Description
         {
-            Text [ en-US ] = "Border arguments of the binomial distribution." ;
+            Text [ en-US ] = "Returns the smallest value for which the cumulative binomial distribution is greater than or equal to a criterion value." ;
         };
         ExtraData =
         {


More information about the Libreoffice-commits mailing list