summaryrefslogtreecommitdiff
path: root/include/formula
diff options
context:
space:
mode:
Diffstat (limited to 'include/formula')
-rw-r--r--include/formula/formdata.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/formula/formdata.hxx b/include/formula/formdata.hxx
index 651ebbe43445..1188ab884461 100644
--- a/include/formula/formdata.hxx
+++ b/include/formula/formdata.hxx
@@ -48,7 +48,6 @@ public:
void SetMode( sal_uInt16 nNew ) { nMode = nNew; }
void SetFStart( sal_Int32 nNew ) { nFStart = nNew; }
void SetOffset( sal_uInt16 nNew ) { nOffset = nNew; }
- void SetEdFocus( sal_uInt16 nNew ) { nEdFocus = nNew; }
void SetUndoStr( const OUString& rNew ) { aUndoStr = rNew; }
void SetMatrixFlag(bool bNew) { bMatrix=bNew;}
void SetFocusWindow(const VclPtr<vcl::Window>& rWin) { xFocusWin=rWin;}
@@ -62,7 +61,6 @@ private:
sal_uInt16 nMode; // enum ScFormulaDlgMode
sal_Int32 nFStart;
sal_uInt16 nOffset;
- sal_uInt16 nEdFocus;
OUString aUndoStr;
bool bMatrix;
VclPtr<vcl::Window> xFocusWin;