diff options
author | Christian Lippka <cl@openoffice.org> | 2010-03-21 20:01:33 +0100 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2010-03-21 20:01:33 +0100 |
commit | b3ca4b3cbdce79eb3b387da6e84126c7a9f20eaa (patch) | |
tree | e57f602bd044ddd18100f27cefa7ec954f583de8 /framework/inc/uielement/headermenucontroller.hxx | |
parent | d8ba1a522388f4b14e3d9ce9d934f4166fe0ae4d (diff) |
Adding PopupMenuController to allow PopupMenuControllerBase dervivates to be used in toolbars
Diffstat (limited to 'framework/inc/uielement/headermenucontroller.hxx')
-rw-r--r-- | framework/inc/uielement/headermenucontroller.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/framework/inc/uielement/headermenucontroller.hxx b/framework/inc/uielement/headermenucontroller.hxx index 8ec012e80319..0deeb878156d 100644 --- a/framework/inc/uielement/headermenucontroller.hxx +++ b/framework/inc/uielement/headermenucontroller.hxx @@ -32,7 +32,7 @@ // my own includes //_________________________________________________________________________________________________________________ -#include <helper/popupmenucontrollerbase.hxx> +#include <macros/xserviceinfo.hxx> #include <stdtypes.h> //_________________________________________________________________________________________________________________ @@ -52,14 +52,17 @@ //_________________________________________________________________________________________________________________ // includes of other projects //_________________________________________________________________________________________________________________ +#include <svtools/popupmenucontrollerbase.hxx> #include <toolkit/awt/vclxmenu.hxx> #include <cppuhelper/weak.hxx> #include <rtl/ustring.hxx> namespace framework { - class HeaderMenuController : public PopupMenuControllerBase + class HeaderMenuController : public svt::PopupMenuControllerBase { + using svt::PopupMenuControllerBase::disposing; + public: HeaderMenuController( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceManager,bool _bFooter = sal_False ); virtual ~HeaderMenuController(); |