summaryrefslogtreecommitdiff
path: root/sc/inc/callform.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/callform.hxx')
-rw-r--r--sc/inc/callform.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/inc/callform.hxx b/sc/inc/callform.hxx
index fd85ab1122b2..d64f9dfd5fe0 100644
--- a/sc/inc/callform.hxx
+++ b/sc/inc/callform.hxx
@@ -55,11 +55,11 @@ class LegacyFuncData
friend class LegacyFuncCollection;
const ModuleData* pModuleData;
- OUString aInternalName;
- OUString aFuncName;
- sal_uInt16 nNumber;
- sal_uInt16 nParamCount;
- ParamType eAsyncType;
+ OUString const aInternalName;
+ OUString const aFuncName;
+ sal_uInt16 const nNumber;
+ sal_uInt16 const nParamCount;
+ ParamType const eAsyncType;
ParamType eParamType[MAXFUNCPARAM];
public:
LegacyFuncData(const ModuleData*pModule,