summaryrefslogtreecommitdiff
path: root/formula
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-10-30 21:07:52 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-10-30 21:07:52 +0100
commitffed74ee5450e6f6dd63ad3db489ebdbaa13d5fd (patch)
tree95b04c232b1a145b7b8d93fc8ceb4b80a0ec941d /formula
parent93a6af8750bc17c22f16318be40bf5e2366e1100 (diff)
-Werror,-Wunused-private-field
Change-Id: I695b3709c2b53f62773dc390b89966061c7b0ae9
Diffstat (limited to 'formula')
-rw-r--r--formula/source/ui/dlg/funcpage.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/formula/source/ui/dlg/funcpage.hxx b/formula/source/ui/dlg/funcpage.hxx
index f2780492458c..a520b6c00e64 100644
--- a/formula/source/ui/dlg/funcpage.hxx
+++ b/formula/source/ui/dlg/funcpage.hxx
@@ -61,7 +61,6 @@ private:
OModuleClient m_aModuleClient;
Link<FuncPage&,void> aDoubleClickLink;
Link<FuncPage&,void> aSelectionLink;
- Link<FuncPage&, void> aModifyLink;
VclPtr<ListBox> m_pLbCategory;
VclPtr<FormulaListBox> m_pLbFunction;
VclPtr<Edit> m_plbFunctionSearchString;