diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2016-11-06 22:04:45 +0200 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2016-11-06 22:05:06 +0200 |
commit | ba28100d8103e08832cf646f674eaf6afd480512 (patch) | |
tree | 4143cf8c5eb50f8b1c6fa71c569a5587cbc9175b /framework | |
parent | cea3b8762bfb7f0da19bab8a3d468bcbf987eb0f (diff) |
NewDocument is now unused
Change-Id: Ifce80cec8935b960b14716d09080f76351633c0b
Diffstat (limited to 'framework')
-rw-r--r-- | framework/inc/uielement/newmenucontroller.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/framework/inc/uielement/newmenucontroller.hxx b/framework/inc/uielement/newmenucontroller.hxx index 8b52dbb6d104..94e18493b41c 100644 --- a/framework/inc/uielement/newmenucontroller.hxx +++ b/framework/inc/uielement/newmenucontroller.hxx @@ -46,13 +46,6 @@ namespace framework { - struct NewDocument - { - css::util::URL aTargetURL; - css::uno::Sequence< css::beans::PropertyValue > aArgSeq; - css::uno::Reference< css::frame::XDispatch > xDispatch; - }; - class NewMenuController : public svt::PopupMenuControllerBase { using svt::PopupMenuControllerBase::disposing; |