diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-02-12 12:01:00 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-02-13 11:26:29 +0100 |
commit | eb1799714c7f57cbb8006d33736cd5e088ed6558 (patch) | |
tree | dab601d7a23645d9f5b7c6d96cfafbb3dceae9e3 /framework/inc | |
parent | 5691ef0b4f3d1be45f3f208db668d295013cdc9b (diff) |
cleaning the code a bit
Change-Id: I4cc9c16fb79f669ae70d10a50ace3943075edd46
Diffstat (limited to 'framework/inc')
-rw-r--r-- | framework/inc/uifactory/menubarfactory.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/framework/inc/uifactory/menubarfactory.hxx b/framework/inc/uifactory/menubarfactory.hxx index ce9ea19f8b14..ba8988d21e2b 100644 --- a/framework/inc/uifactory/menubarfactory.hxx +++ b/framework/inc/uifactory/menubarfactory.hxx @@ -23,7 +23,6 @@ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/ui/XUIElementFactory.hpp> -#include <com/sun/star/frame/XModuleManager2.hpp> #include <com/sun/star/uno/XComponentContext.hpp> #include <toolkit/awt/vclxmenu.hxx> @@ -67,11 +66,10 @@ typedef ::cppu::WeakImplHelper2< virtual ::com::sun::star::uno::Reference< ::com::sun::star::ui::XUIElement > SAL_CALL createUIElement( const OUString& ResourceURL, const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& Args ) throw ( ::com::sun::star::container::NoSuchElementException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException ); static void CreateUIElement(const OUString& ResourceURL - , const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& Args + ,const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& Args ,const char* _pExtraMode - ,const char* _pAsciiName + ,const OUString& ResourceType ,const ::com::sun::star::uno::Reference< ::com::sun::star::ui::XUIElement >& _xMenuBar - ,const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModuleManager2 >& _xModuleManager ,const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& _rxContext); protected: |