formula/source/ui/dlg/funcpage.hxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit ffed74ee5450e6f6dd63ad3db489ebdbaa13d5fd Author: Stephan Bergmann <[email protected]> Date: Sun Oct 30 21:07:52 2016 +0100 -Werror,-Wunused-private-field Change-Id: I695b3709c2b53f62773dc390b89966061c7b0ae9 diff --git a/formula/source/ui/dlg/funcpage.hxx b/formula/source/ui/dlg/funcpage.hxx index f2780492..a520b6c 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; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
