diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-01-10 09:35:58 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-01-10 10:09:29 +0000 |
commit | 629cd5caadc6dced0d0f6b48368c5b6e55ea757e (patch) | |
tree | 1a50fcad22766893fa74c56907444cc5f4815d4a /cui/source/dialogs | |
parent | 84479bc5ab3a185abb57c39d0a0a7a8c763b5875 (diff) |
callcatcher: update list
Diffstat (limited to 'cui/source/dialogs')
-rw-r--r-- | cui/source/dialogs/cuicharmap.cxx | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/cui/source/dialogs/cuicharmap.cxx b/cui/source/dialogs/cuicharmap.cxx index 7a482d0bdd63..612f476d4ca2 100644 --- a/cui/source/dialogs/cuicharmap.cxx +++ b/cui/source/dialogs/cuicharmap.cxx @@ -559,24 +559,4 @@ IMPL_LINK( SvxCharMapData, DeleteHdl, PushButton *, EMPTYARG ) return 0; } -IMPL_LINK( SvxCharMapData, AssignHdl, PushButton *, EMPTYARG ) -{ - SfxAllItemSet aSet( SfxObjectShell::Current()->GetPool() ); - aSet.Put( SfxStringItem( SID_CHARMAP, String::CreateFromAscii("test") ) ); - SfxModalDialog* pDlg = new SfxMacroAssignDlg( mpDialog, com::sun::star::uno::Reference < com::sun::star::frame::XFrame >(), aSet ); - if ( pDlg && pDlg->Execute() == RET_OK ) - { - const SfxItemSet* pOutSet = pDlg->GetOutputItemSet(); - const SfxPoolItem* pItem; - if( SFX_ITEM_SET == pOutSet->GetItemState( SID_CHARMAP, sal_False, &pItem ) ) - { - // show assigned shortcut - } - } - - delete pDlg; - - return 0; -} - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |