[Libreoffice-commits] core.git: sc/source

Stanislav Horacek stanislav.horacek at gmail.com
Wed May 25 10:19:28 UTC 2016


 sc/source/ui/src/scfuncs.src |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4d361734ee4e89bec355f8e1ea2341b01a192522
Author: Stanislav Horacek <stanislav.horacek at gmail.com>
Date:   Sat May 21 12:25:37 2016 +0200

    use consistent case for argument names of IFS function
    
    Change-Id: I19480507e90df46deee15a6a4e80b0fcd6a9c70d
    Reviewed-on: https://gerrit.libreoffice.org/25254
    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 e9779d1..816c214 100644
--- a/sc/source/ui/src/scfuncs.src
+++ b/sc/source/ui/src/scfuncs.src
@@ -11608,7 +11608,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2
         };
         String 2 // Name of Parameter 1
         {
-            Text [ en-US ] = "Test" ;
+            Text [ en-US ] = "test" ;
         };
         String 3 // Description of Parameter 1
         {


More information about the Libreoffice-commits mailing list