fdo#46808, GetStorageFromURL now takes an XComponentContext
Change-Id: I300748914c913ecd9d433cb6f549a000717b538d
This commit is contained in:
@@ -284,7 +284,7 @@ IMPL_LINK_NOARG(MyWin, DigitalSignaturesWithServiceHdl)
|
||||
{
|
||||
OUString aDocFileName = maEditDOCFileName.GetText();
|
||||
uno::Reference < embed::XStorage > xStore = ::comphelper::OStorageHelper::GetStorageFromURL(
|
||||
aDocFileName, embed::ElementModes::READWRITE, comphelper::getProcessServiceFactory() );
|
||||
aDocFileName, embed::ElementModes::READWRITE, comphelper::getProcessComponentContext() );
|
||||
|
||||
uno::Reference< security::XDocumentDigitalSignatures > xD(
|
||||
security::DocumentDigitalSignatures::createDefault(comphelper::getProcessComponentContext()) );
|
||||
|
Reference in New Issue
Block a user