summaryrefslogtreecommitdiff
path: root/framework/inc/jobs/jobdispatch.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-05-27 15:15:03 +0200
committerNoel Grandin <noel@peralex.com>2013-05-28 08:10:24 +0200
commit052de9c16bc4018d2ae3edc6282267e04d3956ac (patch)
treec3613a6381e0b07aaac11d4340404b6275930719 /framework/inc/jobs/jobdispatch.hxx
parent8f3cec9d7a50f33c7be5191656720e463712dd83 (diff)
fdo#46808, Convert some XMultiServiceFactory to XComponentContext
Change-Id: I7223d8e2c962ca90eda08119ed73a034d334329d
Diffstat (limited to 'framework/inc/jobs/jobdispatch.hxx')
-rw-r--r--framework/inc/jobs/jobdispatch.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/jobs/jobdispatch.hxx b/framework/inc/jobs/jobdispatch.hxx
index 47f2c62b17b8..950023034545 100644
--- a/framework/inc/jobs/jobdispatch.hxx
+++ b/framework/inc/jobs/jobdispatch.hxx
@@ -77,7 +77,7 @@ class JobDispatch : public css::lang::XTypeProvider
private:
/** reference to the uno service manager */
- css::uno::Reference< css::lang::XMultiServiceFactory > m_xSMGR;
+ css::uno::Reference< css::uno::XComponentContext > m_xContext;
/** reference to the frame, inside which this dispatch is used */
css::uno::Reference< css::frame::XFrame > m_xFrame;
@@ -90,7 +90,7 @@ class JobDispatch : public css::lang::XTypeProvider
public:
- JobDispatch( const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR );
+ JobDispatch( const css::uno::Reference< css::uno::XComponentContext >& xContext );
virtual ~JobDispatch( );
void impl_dispatchEvent ( const OUString& sEvent ,