summaryrefslogtreecommitdiff
path: root/include/formula
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-26 08:29:30 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-26 11:15:52 +0200
commit4ed70b89aa89ff407775ede83521e9cd377159a0 (patch)
treee643060ea58d685702b2b9d03206dac0c5425287 /include/formula
parent88dfd1ed710ee2b4b606f18ff5c3f34f626ec394 (diff)
loplugin:unusedfields
Change-Id: I21e538b8e9c7a5f0fb233019efac37a3555e3c93 Reviewed-on: https://gerrit.libreoffice.org/40438 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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;