summaryrefslogtreecommitdiff
path: root/include/formula
diff options
context:
space:
mode:
Diffstat (limited to 'include/formula')
-rw-r--r--include/formula/formdata.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/formula/formdata.hxx b/include/formula/formdata.hxx
index eb66e59cb875..b708244bf08c 100644
--- a/include/formula/formdata.hxx
+++ b/include/formula/formdata.hxx
@@ -39,8 +39,6 @@ public:
inline sal_uInt16 GetMode() const { return nMode; }
inline sal_Int32 GetFStart() const { return nFStart; }
- 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; }
@@ -65,8 +63,6 @@ protected:
private:
sal_uInt16 nMode; // enum ScFormulaDlgMode
sal_Int32 nFStart;
- sal_Int32 nCatSel;
- sal_Int32 nFuncSel;
sal_uInt16 nOffset;
sal_uInt16 nEdFocus;
OUString aUndoStr;