diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-09-12 15:50:47 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-09-12 15:50:47 +0100 |
commit | 98034b25ee3a2d4b1a98a48c22b21ef2f7ec8b23 (patch) | |
tree | 0a3396d50ea84d99a0a2449bdb40343558014e37 /cui/source/options/optgdlg.hxx | |
parent | c8aedac356326745c69d6a458b23ca45ab25f28a (diff) |
down/up/focus/first/last handler not needed now
Change-Id: Ie8cb8e1bfb32669c2b4487f02d107b08c60b2399
Diffstat (limited to 'cui/source/options/optgdlg.hxx')
-rw-r--r-- | cui/source/options/optgdlg.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
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<CheckBox> m_pCollectUsageInfo; DECL_LINK( TwoFigureHdl, Edit&, void ); - DECL_LINK( TwoFigureConfigHdl, SpinField&, void ); - DECL_LINK( TwoFigureConfigFocusHdl, Control&, void ); protected: virtual DeactivateRC DeactivatePage( SfxItemSet* pSet ) override; |