From 98034b25ee3a2d4b1a98a48c22b21ef2f7ec8b23 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 12 Sep 2017 15:50:47 +0100 Subject: down/up/focus/first/last handler not needed now Change-Id: Ie8cb8e1bfb32669c2b4487f02d107b08c60b2399 --- cui/source/options/optgdlg.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'cui/source/options/optgdlg.hxx') diff --git a/cui/source/options/optgdlg.hxx b/cui/source/options/optgdlg.hxx index 7a7dd59accf9..d0255c31793c 100644 --- a/cui/source/options/optgdlg.hxx +++ b/cui/source/options/optgdlg.hxx @@ -59,8 +59,6 @@ private: VclPtr m_pCollectUsageInfo; DECL_LINK( TwoFigureHdl, Edit&, void ); - DECL_LINK( TwoFigureConfigHdl, SpinField&, void ); - DECL_LINK( TwoFigureConfigFocusHdl, Control&, void ); protected: virtual DeactivateRC DeactivatePage( SfxItemSet* pSet ) override; -- cgit