summaryrefslogtreecommitdiff
path: root/formula
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-20 14:38:54 +0200
committerNoel Grandin <noel@peralex.com>2015-11-20 15:07:05 +0200
commitfafac0d248c3ebc8eb9a9cef5fa68f193d851b33 (patch)
tree69cd2870781cf7d3d8bb1ce726253b756a7c8319 /formula
parentb55fb34c4baab993cf3286448b6c00b5ae095be0 (diff)
loplugin:unusedfields forms,formula,fpicker,framework
Change-Id: Ic7af56ac801c1e5b3fcf3c4e8413656e96220279
Diffstat (limited to 'formula')
-rw-r--r--formula/source/ui/dlg/formula.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/formula/source/ui/dlg/formula.cxx b/formula/source/ui/dlg/formula.cxx
index 4fe6478dbeb3..8b87bdf4a559 100644
--- a/formula/source/ui/dlg/formula.cxx
+++ b/formula/source/ui/dlg/formula.cxx
@@ -146,7 +146,6 @@ public:
::std::map<FormulaToken*,sheet::FormulaToken> m_aTokenMap;
IFormulaEditorHelper* m_pHelper;
VclPtr<Dialog> m_pParent;
- IControlReferenceHandler* m_pDlg;
VclPtr<TabControl> m_pTabCtrl;
VclPtr<VclVBox> m_pParaWinBox;
VclPtr<ParaWin> pParaWin;
@@ -187,7 +186,6 @@ public:
const OUString aTitle1;
const OUString aTitle2;
- const OUString aTxtEnd;
OUString aTxtOk; // behind aBtnEnd
FormulaHelper m_aFormulaHelper;
@@ -233,14 +231,12 @@ FormulaDlg_Impl::FormulaDlg_Impl(Dialog* pParent
m_pBinaryOpCodesEnd(nullptr),
m_pHelper (_pHelper),
m_pParent (pParent),
- m_pDlg (_pDlg),
pTheRefEdit (nullptr),
pTheRefButton (nullptr),
pMEdit (nullptr),
bUserMatrixFlag (false),
aTitle1 ( ModuleRes( STR_TITLE1 ) ),
aTitle2 ( ModuleRes( STR_TITLE2 ) ),
- aTxtEnd ( ModuleRes( STR_END ) ),
m_aFormulaHelper(_pFunctionMgr),
bIsShutDown (false),
bMakingTree (false),