summaryrefslogtreecommitdiff
path: root/sc/inc/funcdesc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/funcdesc.hxx')
-rw-r--r--sc/inc/funcdesc.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/funcdesc.hxx b/sc/inc/funcdesc.hxx
index ed4a85c5b92c..12ab0c7d8b1a 100644
--- a/sc/inc/funcdesc.hxx
+++ b/sc/inc/funcdesc.hxx
@@ -236,13 +236,13 @@ public:
const ScFuncDesc* GetFunction( sal_uInt32 nIndex ) const;
- xub_StrLen GetMaxFuncNameLen() const
+ sal_Int32 GetMaxFuncNameLen() const
{ return nMaxFuncNameLen; }
private:
::std::vector<const ScFuncDesc*> aFunctionList; /**< List of functions */
::std::vector<const ScFuncDesc*>::iterator aFunctionListIter; /**< position in function list */
- xub_StrLen nMaxFuncNameLen; /**< Length of longest function name */
+ sal_Int32 nMaxFuncNameLen; /**< Length of longest function name */
};
/**