diff options
author | Winfried Donkers <winfrieddonkers@libreoffice.org> | 2015-05-22 09:27:30 +0200 |
---|---|---|
committer | Joren De Cuyper <jorendc@libreoffice.org> | 2015-05-22 17:32:18 +0000 |
commit | b2cf675b827912feb5edfbca1ea902d1ab92ed6b (patch) | |
tree | ee5567a27c1f8f6e073b5c8f83583b380570fc90 | |
parent | 851b3afb28a87934b933184af2ebb8f8144815ab (diff) |
tdf#54346 remove confusing description for function WEEKDAY
The output range mentioned in the function wizard is not always
1-7, but dependent of the value of argument Mode.
The output range for each possible value of argument Mode is
clearly described in the regular help for Calc.
Change-Id: I23eae9be6f8f38319496aaf4a1b7f2349e2be3eb
Reviewed-on: https://gerrit.libreoffice.org/15852
Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>
Tested-by: Joren De Cuyper <jorendc@libreoffice.org>
-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 3fb51a95b142..c27b5deb3fdc 100644 --- a/sc/source/ui/src/scfuncs.src +++ b/sc/source/ui/src/scfuncs.src @@ -1027,7 +1027,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS1 { String 1 // Description { - Text [ en-US ] = "Returns the day of the week for the date value as an integer (1-7)." ; + Text [ en-US ] = "Returns the day of the week for the date value as an integer." ; }; ExtraData = { |