diff options
Diffstat (limited to 'sc/source/ui/src/scfuncs.src')
-rw-r--r-- | sc/source/ui/src/scfuncs.src | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src index d30c7dd47442..5f4c54024634 100644 --- a/sc/source/ui/src/scfuncs.src +++ b/sc/source/ui/src/scfuncs.src @@ -9396,10 +9396,10 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2 }; ExtraData = { - 1; // TODO: implementation and unsuppress + 0; ID_FUNCTION_GRP_TEXT; U2S( HID_FUNC_NUMBERVALUE ); - 2; 0; 0; + 3; 0; 1; 1; 0; }; String 2 // Name of Parameter 1 @@ -9412,11 +9412,19 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2 }; String 4 // Name of Parameter 2 { - Text [ en-US ] = "decimal_point" ; + Text [ en-US ] = "decimal_separator" ; }; String 5 // Description of Parameter 2 { - Text [ en-US ] = "Defines the character used as the decimal point." ; + Text [ en-US ] = "Defines the character used as the decimal separator." ; + }; + String 6 // Name of Parameter 3 + { + Text [ en-US ] = "group_separator" ; + }; + String 7 // Description of Parameter 3 + { + Text [ en-US ] = "Defines the character(s) used as the group separator." ; }; }; |