summaryrefslogtreecommitdiffstats
path: root/framework/inc
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
parentfdo#46808, convert XMultiServiceFactory to XComponentContext (diff)
downloadcore-a726677724a5a8dd6ae39d5a7a829c2ed62f3efd.tar.gz
core-a726677724a5a8dd6ae39d5a7a829c2ed62f3efd.zip
fdo#46808, Convert XMultiServiceFactory to XComponentContext
Change-Id: Ib5e6fb4d6a4ff8f2bd315f19bde5028be2c569ea
Diffstat (limited to 'framework/inc')
-rw-r--r--framework/inc/uielement/genericstatusbarcontroller.hxx2
-rw-r--r--framework/inc/uielement/langselectionstatusbarcontroller.hxx2
2 files changed, 2 insertions, 2 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 );
diff --git a/framework/inc/uielement/langselectionstatusbarcontroller.hxx b/framework/inc/uielement/langselectionstatusbarcontroller.hxx
index 71896ef18a4b..0f7a77d888a7 100644
--- a/framework/inc/uielement/langselectionstatusbarcontroller.hxx
+++ b/framework/inc/uielement/langselectionstatusbarcontroller.hxx
@@ -42,7 +42,7 @@ namespace framework {
class LangSelectionStatusbarController : public svt::StatusbarController
{
public:
- explicit LangSelectionStatusbarController( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceManager );
+ explicit LangSelectionStatusbarController( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& xContext );
// XServiceInfo
DECLARE_XSERVICEINFO