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/dialogs/scriptdlg.cxx | |
parent | 0009579f578e7c751057170ab788080e1190802a (diff) |
callcatcher: drop unused methods
Diffstat (limited to 'cui/source/dialogs/scriptdlg.cxx')
-rw-r--r-- | cui/source/dialogs/scriptdlg.cxx | 7 |
1 files changed, 0 insertions, 7 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() ) ) |