diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-09-11 21:57:48 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-09-12 09:10:02 +0100 |
commit | 4f675d31b5d8e82d052dcc3e8d8785087d4e3c90 (patch) | |
tree | 176565872a2e1935f3bed3893fcf209c6d34f9b3 /cui/source | |
parent | 0009579f578e7c751057170ab788080e1190802a (diff) |
callcatcher: drop unused methods
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/dialogs/scriptdlg.cxx | 7 | ||||
-rw-r--r-- | cui/source/inc/scriptdlg.hxx | 1 |
2 files changed, 0 insertions, 8 deletions
diff --git a/cui/source/dialogs/scriptdlg.cxx b/cui/source/dialogs/scriptdlg.cxx index 182e5bb02d5d..2072b293f76c 100644 --- a/cui/source/dialogs/scriptdlg.cxx +++ b/cui/source/dialogs/scriptdlg.cxx @@ -662,13 +662,6 @@ void SvxScriptOrgDialog::CheckButtons( Reference< browse::XBrowseNode >& node ) } } -IMPL_LINK_INLINE_START( SvxScriptOrgDialog, MacroDoubleClickHdl, SvTreeListBox *, EMPTYARG ) -{ - return 0; -} - -IMPL_LINK_INLINE_END( SvxScriptOrgDialog, MacroDoubleClickHdl, SvTreeListBox *, EMPTYARG ) - IMPL_LINK( SvxScriptOrgDialog, ScriptSelectHdl, SvTreeListBox *, pBox ) { if ( !pBox->IsSelected( pBox->GetHdlEntry() ) ) diff --git a/cui/source/inc/scriptdlg.hxx b/cui/source/inc/scriptdlg.hxx index a4350685cba9..860a2c384d0e 100644 --- a/cui/source/inc/scriptdlg.hxx +++ b/cui/source/inc/scriptdlg.hxx @@ -179,7 +179,6 @@ protected: const String m_renameErrTitleStr; DECL_LINK( MacroSelectHdl, SvTreeListBox * ); - DECL_LINK( MacroDoubleClickHdl, SvTreeListBox * ); DECL_LINK( ScriptSelectHdl, SvTreeListBox * ); DECL_LINK( ButtonHdl, Button * ); sal_Bool getBoolProperty( ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xProps, ::rtl::OUString& propName ); |