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

Andras Timar andras.timar at collabora.com
Fri Mar 10 13:34:29 UTC 2017


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

New commits:
commit bed6a22318cf50f22c143708a24dc1638f677a5e
Author: Andras Timar <andras.timar at collabora.com>
Date:   Fri Mar 10 13:34:00 2017 +0100

    remove empty strings, transex3 gave a warning
    
    Change-Id: I750bee7241e36b5c5fe9075cb3ce606f2b9bbd5e
    Reviewed-on: https://gerrit.libreoffice.org/35042
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Andras Timar <andras.timar at collabora.com>

diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src
index 3f911cc..3eb299e 100644
--- a/sc/source/ui/src/scfuncs.src
+++ b/sc/source/ui/src/scfuncs.src
@@ -4842,8 +4842,6 @@ StringArray SC_OPCODE_RAWSUBTRACT+RID_SC_FUNC_DESCRIPTIONS_START
         < "Number from which following arguments are subtracted." ; >;
         < "subtrahend " ; >;
         < "Subtrahend 1, subtrahend 2, ... are numerical arguments subtracted from the minuend." ; >;
-        < "" ; >;
-        < "" ; >;
     };
 };
  // -=*# Resource for function ROUNDSIG #*=-


More information about the Libreoffice-commits mailing list