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.hxx12
1 files changed, 5 insertions, 7 deletions
diff --git a/sc/inc/callform.hxx b/sc/inc/callform.hxx
index 8e1957295ea0..a24122c2b381 100644
--- a/sc/inc/callform.hxx
+++ b/sc/inc/callform.hxx
@@ -72,13 +72,11 @@ public:
const OUString& GetModuleName() const;
const OUString& GetInternalName() const { return aInternalName; }
- const OUString& GetFuncName() const { return aFuncName; }
- sal_uInt16 GetParamCount() const { return nParamCount; }
- ParamType GetParamType(sal_uInt16 nIndex) const { return eParamType[nIndex]; }
- ParamType GetReturnType() const { return eParamType[0]; }
- ParamType GetAsyncType() const { return eAsyncType; }
- bool Call(void** ppParam) const;
- bool Unadvice(double nHandle);
+ sal_uInt16 GetParamCount() const { return nParamCount; }
+ ParamType GetParamType(sal_uInt16 nIndex) const { return eParamType[nIndex]; }
+ ParamType GetAsyncType() const { return eAsyncType; }
+ bool Call(void** ppParam) const;
+ bool Unadvice(double nHandle);
/** name and description of parameter nParam.
nParam==0 => Desc := function description,