summaryrefslogtreecommitdiff
path: root/include/formula/formdata.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/formula/formdata.hxx')
-rw-r--r--include/formula/formdata.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/formula/formdata.hxx b/include/formula/formdata.hxx
index 30c0ce5ce105..ecd3dd17aa4d 100644
--- a/include/formula/formdata.hxx
+++ b/include/formula/formdata.hxx
@@ -37,8 +37,8 @@ public:
inline sal_uInt16 GetMode() const { return nMode; }
inline sal_Int32 GetFStart() const { return nFStart; }
- inline sal_uInt16 GetCatSel() const { return nCatSel; }
- inline sal_uInt16 GetFuncSel() const { return nFuncSel; }
+ inline sal_Int32 GetCatSel() const { return nCatSel; }
+ inline sal_Int32 GetFuncSel() const { return nFuncSel; }
inline sal_uInt16 GetOffset() const { return nOffset; }
inline sal_uInt16 GetEdFocus() const { return nEdFocus; }
inline const OUString& GetUndoStr() const { return aUndoStr; }
@@ -63,8 +63,8 @@ protected:
private:
sal_uInt16 nMode; // enum ScFormulaDlgMode
sal_Int32 nFStart;
- sal_uInt16 nCatSel;
- sal_uInt16 nFuncSel;
+ sal_Int32 nCatSel;
+ sal_Int32 nFuncSel;
sal_uInt16 nOffset;
sal_uInt16 nEdFocus;
OUString aUndoStr;