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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Fri Aug 21 10:39:39 UTC 2020


 sc/inc/subtotalparam.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b33413cc4cee45e7a7710901e50f46ccf3338144
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Aug 20 13:17:20 2020 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Aug 21 12:38:51 2020 +0200

    Fix typo in code
    
    Change-Id: Iea86d87c33bf8201bb6f9555224c496e52f4ded1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101117
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sc/inc/subtotalparam.hxx b/sc/inc/subtotalparam.hxx
index b22d1ad9809b..e67feb85e71c 100644
--- a/sc/inc/subtotalparam.hxx
+++ b/sc/inc/subtotalparam.hxx
@@ -41,7 +41,7 @@ struct SC_DLLPUBLIC ScSubTotalParam
     void Clear();
     void SetSubTotals( sal_uInt16 nGroup,
                        const SCCOL* ptrSubTotals,
-                       const ScSubTotalFunc* ptrFuncions,
+                       const ScSubTotalFunc* ptrFunctions,
                        sal_uInt16 nCount );
 };
 


More information about the Libreoffice-commits mailing list