summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/calc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-05-21 16:22:38 +0200
committerNoel Grandin <noel@peralex.com>2013-05-22 15:20:03 +0200
commit7298a2b0c721004b09a0fd3c7e287d655f42286b (patch)
treef897e317791f3946845e8cea6145ac2683de5993 /connectivity/source/inc/calc
parent8c249489120c9ef0a25436d16c38cbe3756adff1 (diff)
fdo#46808, Convert XMultiServiceFactory to XComponentContext
Change-Id: I3a74d4edaa3ff3c2498c3db2720b0e4e5305c2e4
Diffstat (limited to 'connectivity/source/inc/calc')
-rw-r--r--connectivity/source/inc/calc/CDriver.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/inc/calc/CDriver.hxx b/connectivity/source/inc/calc/CDriver.hxx
index 782aa9e3d52e..f70e6fcb00a7 100644
--- a/connectivity/source/inc/calc/CDriver.hxx
+++ b/connectivity/source/inc/calc/CDriver.hxx
@@ -35,8 +35,8 @@ namespace connectivity
{
public:
ODriver(const ::com::sun::star::uno::Reference<
- ::com::sun::star::lang::XMultiServiceFactory >& _rxFactory) :
- file::OFileDriver(_rxFactory){}
+ ::com::sun::star::uno::XComponentContext >& _rxContext) :
+ file::OFileDriver(_rxContext) {}
static OUString getImplementationName_Static( ) throw(::com::sun::star::uno::RuntimeException);
OUString SAL_CALL getImplementationName( ) throw(::com::sun::star::uno::RuntimeException);