Kaydet (Commit) 659bc507 authored tarafından Winfried Donkers's avatar Winfried Donkers Kaydeden (comit) Eike Rathke

fdo#71128 arguments of calc function MMULT have same name

Arguments 1 and 2 of MMULT have the same name in the function
wizard, which is both confusing for the user and inconstent
with other argument names for matrix functions.
Patch simply changes the names to match the description of
the arguments of MMULT.

Change-Id: I9fc35907133aa61248182bd3b253a7f90ba7cd2c
Reviewed-on: https://gerrit.libreoffice.org/6526Reviewed-by: 's avatarEike Rathke <erack@redhat.com>
Tested-by: 's avatarEike Rathke <erack@redhat.com>
üst 7e4f8eb5
......@@ -4484,7 +4484,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS1
};
String 2 // Name of Parameter 1
{
Text [ en-US ] = "array" ;
Text [ en-US ] = "array_1" ;
};
String 3 // Description of Parameter 1
{
......@@ -4492,7 +4492,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS1
};
String 4 // Name of Parameter 2
{
Text [ en-US ] = "array" ;
Text [ en-US ] = "array_2" ;
};
String 5 // Description of Parameter 2
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment