diff options
author | Eike Rathke <erack@redhat.com> | 2016-01-04 15:45:23 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-01-04 16:59:57 +0100 |
commit | 66ac110b27063d496da77a424eff9c81832fb75b (patch) | |
tree | 194b2aa83234c3f2dbeffc9c39f472ccd7dea4d0 | |
parent | b4e3bb593de910463f873c46b1ff212e43ba0993 (diff) |
correct ISOWEEKNUM resource ExtraData parameter flags, tdf#50950 follow-up
... which now has exactly 1 parameter; removed the now non-matching
required flag of a not existing second parameter. Luckily the resource
manager treats this as a separate record block and this 0 didn't harm
the subsequent 0, accidentally..
Change-Id: I0994ed75643245c1bdebc9a92ade77abdd1c61d8
(cherry picked from commit 68098cf1551d0b27cb723c927b5fd3bc2ba9b3ac)
-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 ca8fbee0296a..3268fa913b6c 100644 --- a/sc/source/ui/src/scfuncs.src +++ b/sc/source/ui/src/scfuncs.src @@ -1200,7 +1200,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS1 0; ID_FUNCTION_GRP_DATETIME; U2S( HID_FUNC_ISOWEEKNUM ); - 1; 0; 0; + 1; 0; 0; }; String 2 // Name of Parameter 1 |