diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-10-30 21:07:52 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-10-30 21:07:52 +0100 |
commit | ffed74ee5450e6f6dd63ad3db489ebdbaa13d5fd (patch) | |
tree | 95b04c232b1a145b7b8d93fc8ceb4b80a0ec941d /formula/source | |
parent | 93a6af8750bc17c22f16318be40bf5e2366e1100 (diff) |
-Werror,-Wunused-private-field
Change-Id: I695b3709c2b53f62773dc390b89966061c7b0ae9
Diffstat (limited to 'formula/source')
-rw-r--r-- | formula/source/ui/dlg/funcpage.hxx | 1 |
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; |