summaryrefslogtreecommitdiff
path: root/sc/source/core/inc/parclass.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/inc/parclass.hxx')
-rw-r--r--sc/source/core/inc/parclass.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/inc/parclass.hxx b/sc/source/core/inc/parclass.hxx
index 2bd309f08d30..6f2f29ededd6 100644
--- a/sc/source/core/inc/parclass.hxx
+++ b/sc/source/core/inc/parclass.hxx
@@ -104,7 +104,7 @@ private:
struct CommonData
{
- const static size_t nMaxParams = 7;
+ const static sal_Int32 nMaxParams = 7;
Type nParam[nMaxParams];
bool bRepeatLast;