summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-08-20 13:17:20 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-08-21 12:38:51 +0200
commitb33413cc4cee45e7a7710901e50f46ccf3338144 (patch)
treee1181d2f16bdfc92c17e896a8880c6b4f823cfc4 /sc
parent3c6e41f806309c2ba1f1336baa8db715ca492959 (diff)
Fix typo in code
Change-Id: Iea86d87c33bf8201bb6f9555224c496e52f4ded1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101117 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/subtotalparam.hxx2
1 files changed, 1 insertions, 1 deletions
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 );
};