diff options
author | Noel Grandin <noel@peralex.com> | 2013-05-22 11:08:43 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-05-22 15:20:12 +0200 |
commit | a726677724a5a8dd6ae39d5a7a829c2ed62f3efd (patch) | |
tree | ed6de2b6c3130d2464602248efd3344ce133531a /framework/inc/uielement/genericstatusbarcontroller.hxx | |
parent | fe1ac1bf904ec7905187c3c3a5fe6a90f31f94e7 (diff) |
fdo#46808, Convert XMultiServiceFactory to XComponentContext
Change-Id: Ib5e6fb4d6a4ff8f2bd315f19bde5028be2c569ea
Diffstat (limited to 'framework/inc/uielement/genericstatusbarcontroller.hxx')
-rw-r--r-- | framework/inc/uielement/genericstatusbarcontroller.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/uielement/genericstatusbarcontroller.hxx b/framework/inc/uielement/genericstatusbarcontroller.hxx index bc4a71d63112..59548a26c63b 100644 --- a/framework/inc/uielement/genericstatusbarcontroller.hxx +++ b/framework/inc/uielement/genericstatusbarcontroller.hxx @@ -30,7 +30,7 @@ struct AddonStatusbarItemData; class GenericStatusbarController : public svt::StatusbarController { public: - GenericStatusbarController( const com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory >& rServiceManager, + GenericStatusbarController( const com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext >& rxContext, const com::sun::star::uno::Reference< com::sun::star::frame::XFrame >& rFrame, const com::sun::star::uno::Reference< com::sun::star::ui::XStatusbarItem >& rxItem, AddonStatusbarItemData *pItemData ); |