diff options
author | Noel Grandin <noel@peralex.com> | 2013-05-17 13:38:22 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-05-21 08:24:00 +0200 |
commit | dfc49e043bf2efa7c07b8f89af1f64de2e7f7b0e (patch) | |
tree | 1521cdd7662635a17a07b38a7a9ee65558f0bf20 /xmlsecurity | |
parent | ee2e8d77fecd39d40182ca3985e801384650a93d (diff) |
fdo#46808, GetStorageFromURL now takes an XComponentContext
Change-Id: I300748914c913ecd9d433cb6f549a000717b538d
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/workben/signaturetest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/workben/signaturetest.cxx b/xmlsecurity/workben/signaturetest.cxx index 754239c722f5..676357fac249 100644 --- a/xmlsecurity/workben/signaturetest.cxx +++ b/xmlsecurity/workben/signaturetest.cxx @@ -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()) ); |