summaryrefslogtreecommitdiff
path: root/framework/inc/uielement/genericstatusbarcontroller.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-05-22 11:08:43 +0200
committerNoel Grandin <noel@peralex.com>2013-05-22 15:20:12 +0200
commita726677724a5a8dd6ae39d5a7a829c2ed62f3efd (patch)
treeed6de2b6c3130d2464602248efd3344ce133531a /framework/inc/uielement/genericstatusbarcontroller.hxx
parentfe1ac1bf904ec7905187c3c3a5fe6a90f31f94e7 (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.hxx2
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 );