[Libreoffice-commits] core.git: sc/source
Winfried Donkers
winfrieddonkers at libreoffice.org
Mon Nov 4 17:28:52 CET 2013
sc/source/ui/src/scfuncs.src | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 659bc507925aadc189495e59d58cffb882dba381
Author: Winfried Donkers <winfrieddonkers at libreoffice.org>
Date: Sat Nov 2 16:52:26 2013 +0100
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/6526
Reviewed-by: Eike Rathke <erack at redhat.com>
Tested-by: Eike Rathke <erack at redhat.com>
diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src
index 0ee26ce..18b6b79 100644
--- a/sc/source/ui/src/scfuncs.src
+++ b/sc/source/ui/src/scfuncs.src
@@ -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
{
More information about the Libreoffice-commits
mailing list