summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav-neon/NeonSession.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/webdav-neon/NeonSession.cxx')
-rw-r--r--ucb/source/ucp/webdav-neon/NeonSession.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/webdav-neon/NeonSession.cxx b/ucb/source/ucp/webdav-neon/NeonSession.cxx
index d05973fc53f7..0d6f931d0635 100644
--- a/ucb/source/ucp/webdav-neon/NeonSession.cxx
+++ b/ucb/source/ucp/webdav-neon/NeonSession.cxx
@@ -407,7 +407,7 @@ extern "C" int NeonSession_CertificationNotify( void *userdata,
uno::Reference< security::XCertificateContainer > xCertificateContainer;
try
{
- xCertificateContainer = security::CertificateContainer::create( comphelper::getComponentContext( pSession->getMSF() ) );
+ xCertificateContainer = security::CertificateContainer::create( pSession->getComponentContext() );
}
catch ( uno::Exception const & )
{
@@ -437,8 +437,8 @@ extern "C" int NeonSession_CertificationNotify( void *userdata,
try
{
xSEInitializer = uno::Reference< xml::crypto::XSEInitializer >(
- pSession->getMSF()->createInstance(
- rtl::OUString( SEINITIALIZER_COMPONENT ) ),
+ pSession->getComponentContext()->getServiceManager()->createInstanceWithContext(
+ SEINITIALIZER_COMPONENT, pSession->getComponentContext()),
uno::UNO_QUERY );
}
catch ( uno::Exception const & )