diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-02-01 09:39:56 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-02-01 11:13:44 +0000 |
commit | 5833c182edd9f0fe82a38175601753bd676e5eba (patch) | |
tree | 362d4f484cbd21de1d77c885b6888141486df82e /sfx2 | |
parent | 7c74443e8522fd0f1db60c2d18f736574e3db5f9 (diff) |
callcatcher: update list
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/docvor.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sfx2/source/doc/docvor.cxx b/sfx2/source/doc/docvor.cxx index ab7a6bd7136e..d137aa462ace 100644 --- a/sfx2/source/doc/docvor.cxx +++ b/sfx2/source/doc/docvor.cxx @@ -177,7 +177,6 @@ friend class SfxOrganizeListBox_Impl; DECL_LINK( AddFilesHdl, sfx2::FileDialogHelper* ); sal_Bool DontDelete_Impl( SvLBoxEntry* pEntry ); - void OkHdl( Button* ); public: SfxOrganizeDlg_Impl( SfxTemplateOrganizeDlg* pParent, SfxDocumentTemplates* pTempl ); @@ -1993,17 +1992,6 @@ IMPL_LINK( SfxOrganizeDlg_Impl, AccelSelect_Impl, Accelerator *, pAccel ) Dispatch_Impl( pAccel->GetCurItemId(), NULL ) : 0; } -//------------------------------------------------------------------------- - -void SfxOrganizeDlg_Impl::OkHdl(Button *pButton) -{ - if(pFocusBox && pFocusBox->IsEditingActive()) - pFocusBox->EndEditing(sal_False); - pButton->Click(); -} - - - IMPL_LINK( SfxOrganizeDlg_Impl, MenuActivate_Impl, Menu *, pMenu ) /* [Description] |