diff options
author | Winfried Donkers <winfrieddonkers@libreoffice.org> | 2013-12-03 18:03:29 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-12-03 11:50:47 -0600 |
commit | c3760e9099db9cf1be696347e2a0743a3cae1b20 (patch) | |
tree | 1a412327cc96356bfa20be03db85cd1569455160 /sc/source/ui/src | |
parent | b40dcdf4f5a03b71fe9e45f8f24fcaf25fd2febf (diff) |
fdo#70797 fix incorrect argument handling of CHISQ.DIST
Change-Id: I6187aa673034e6dc18f48f7b6b7ac88989ab55ec
Reviewed-on: https://gerrit.libreoffice.org/6914
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/source/ui/src')
-rw-r--r-- | sc/source/ui/src/scfuncs.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src index d761adec9810..960177b32b07 100644 --- a/sc/source/ui/src/scfuncs.src +++ b/sc/source/ui/src/scfuncs.src @@ -7793,7 +7793,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2 }; String 7 // Description of Parameter 3 { - Text [ en-US ] = "0 or FALSE calculates the probability density function. Any other value or TRUE or omitted calculates the cumulative distribution function." ; + Text [ en-US ] = "0 or FALSE calculates the probability density function. Any other value or TRUE calculates the cumulative distribution function." ; }; }; |