diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-09 10:43:48 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-17 12:24:42 +0100 |
commit | d1ae0770770b480f542f09eb90819ab0d235bdff (patch) | |
tree | ca8b5232301227e50016de5004ea1e12ea80cd9a /framework/inc | |
parent | 78cf00643e028a4032d16c4242eeeb5de5515998 (diff) |
fwk: Use constructor feature for OpenToolbarController.
Change-Id: Iebac70fc20fb744f582be67ab2f6bce2dce722be
Diffstat (limited to 'framework/inc')
-rw-r--r-- | framework/inc/uielement/popuptoolbarcontroller.hxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/framework/inc/uielement/popuptoolbarcontroller.hxx b/framework/inc/uielement/popuptoolbarcontroller.hxx index 65ddf1588b2c..f0f8f57a676b 100644 --- a/framework/inc/uielement/popuptoolbarcontroller.hxx +++ b/framework/inc/uielement/popuptoolbarcontroller.hxx @@ -59,15 +59,6 @@ namespace framework com::sun::star::uno::Reference< com::sun::star::frame::XPopupMenuController > m_xPopupMenuController; }; - class OpenToolbarController : public PopupMenuToolbarController - { - public: - OpenToolbarController( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& rxContext ); - - // XServiceInfo - DECLARE_XSERVICEINFO - }; - class WizardsToolbarController : public PopupMenuToolbarController { public: |