Makefile.in                      |    2 +-
 sc/source/core/data/funcdesc.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 633db8a099e3041bc10fb1709311bd6055ab61a2
Author:     Eike Rathke <er...@redhat.com>
AuthorDate: Mon Oct 24 15:13:22 2022 +0200
Commit:     Eike Rathke <er...@redhat.com>
CommitDate: Mon Oct 24 18:13:31 2022 +0200

    Resolves: tdf#140554 Function Wizard, FIXED() second parameter is optional
    
    Change-Id: I1d559601f0cace4719aa6f8adc4e4230494e905d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141766
    Reviewed-by: Eike Rathke <er...@redhat.com>
    Tested-by: Jenkins

diff --git a/sc/source/core/data/funcdesc.cxx b/sc/source/core/data/funcdesc.cxx
index 1fa47a5db718..060cda7a5f6d 100644
--- a/sc/source/core/data/funcdesc.cxx
+++ b/sc/source/core/data/funcdesc.cxx
@@ -602,7 +602,7 @@ ScFunctionList::ScFunctionList( bool bEnglishFunctionNames )
         { SC_OPCODE_AREAS, ENTRY(SC_OPCODE_AREAS_ARY), 0, 
ID_FUNCTION_GRP_TABLE, HID_FUNC_BEREICHE, 1, { 0 }, 0 },
         { SC_OPCODE_CURRENCY, ENTRY(SC_OPCODE_CURRENCY_ARY), 0, 
ID_FUNCTION_GRP_TEXT, HID_FUNC_DM, 2, { 0, 1 }, 0 },
         { SC_OPCODE_REPLACE, ENTRY(SC_OPCODE_REPLACE_ARY), 0, 
ID_FUNCTION_GRP_TEXT, HID_FUNC_ERSETZEN, 4, { 0, 0, 0, 0 }, 0 },
-        { SC_OPCODE_FIXED, ENTRY(SC_OPCODE_FIXED_ARY), 0, 
ID_FUNCTION_GRP_TEXT, HID_FUNC_FEST, 3, { 0, 0, 1 }, 0 },
+        { SC_OPCODE_FIXED, ENTRY(SC_OPCODE_FIXED_ARY), 0, 
ID_FUNCTION_GRP_TEXT, HID_FUNC_FEST, 3, { 0, 1, 1 }, 0 },
         { SC_OPCODE_FIND, ENTRY(SC_OPCODE_FIND_ARY), 0, ID_FUNCTION_GRP_TEXT, 
HID_FUNC_FINDEN, 3, { 0, 0, 1 }, 0 },
         { SC_OPCODE_EXACT, ENTRY(SC_OPCODE_EXACT_ARY), 0, 
ID_FUNCTION_GRP_TEXT, HID_FUNC_IDENTISCH, 2, { 0, 0 }, 0 },
         { SC_OPCODE_LEFT, ENTRY(SC_OPCODE_LEFT_ARY), 0, ID_FUNCTION_GRP_TEXT, 
HID_FUNC_LINKS, 2, { 0, 1 }, 0 },
commit 0b665c5389e6100ca4be200a4a2f6fdd35b12f52
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Oct 24 09:49:01 2022 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Mon Oct 24 18:13:18 2022 +0200

    Fix typo
    
    Change-Id: I71e47a53d31b4d5c7e5a4baf85d49b798602865b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141722
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/Makefile.in b/Makefile.in
index 203611de0fe9..5f8df550b0c7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -416,7 +416,7 @@ else
        @exit 1
 endif
 
-# the builds need to persist a standard "make clean" to be able to combine 
them into an universal
+# the builds need to persist a standard "make clean" to be able to combine 
them into a universal
 # binary, so provide an additional target that can be used standalone or via 
make distclean
 mac-app-store-package.clean:
        rm -rf \

Reply via email to