diff options
author | Eike Rathke <erack@redhat.com> | 2016-01-04 15:45:23 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-01-04 15:59:11 +0100 |
commit | 68098cf1551d0b27cb723c927b5fd3bc2ba9b3ac (patch) | |
tree | fd1313be9e388e466a6333eaeb4f8a8f00686bfd /sc | |
parent | 1c5eb11d42ccdacdaf29e0b8f26c4f674069f227 (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
Diffstat (limited to 'sc')
-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 f1d232591529..122815fdd713 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 |