diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-05-08 11:07:10 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-05-08 11:10:46 +0100 |
commit | eef0e91d5ec90d7e972195b8d3b059ffab39c92d (patch) | |
tree | 0761e793b54a5cb70c9ae6ce81e8690aed391157 /include | |
parent | 79776356d9597f3c0e06f8e81019909bdbb1a560 (diff) |
there's another ExecuteInfo in sw
Change-Id: Id72d3cdfa8b0d5e62fc04ddc464069ac58df0f58
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/mnuitem.hxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/sfx2/mnuitem.hxx b/include/sfx2/mnuitem.hxx index 8e5e0cdcc1ef..3f6586fd8266 100644 --- a/include/sfx2/mnuitem.hxx +++ b/include/sfx2/mnuitem.hxx @@ -120,15 +120,6 @@ inline SfxVirtualMenu* SfxMenuControl::GetPopupMenu() const { SfxMenuControl::RegisterMenuControl( pMod, new SfxMenuCtrlFactory( \ Class::CreateImpl, TYPE(nItemClass), nSlotId ) ); } -struct ExecuteInfo -{ - ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch > xDispatch; - ::com::sun::star::util::URL aTargetURL; - ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > aArgs; - - DECL_STATIC_LINK( ExecuteInfo, ExecuteHdl_Impl, ExecuteInfo* ); -}; - #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |