writerfilter: DOCX signature is read in xmlsecurity already, remove TODO
Change-Id: Ibae2fdd0d56f68ab3401b5215b9b67000d05a3ca
This commit is contained in:
@@ -256,14 +256,6 @@ sal_Bool WriterFilter::filter(const uno::Sequence< beans::PropertyValue >& aDesc
|
|||||||
aVbaProject.importVbaProject(*xVbaPrjStrg, gHelper);
|
aVbaProject.importVbaProject(*xVbaPrjStrg, gHelper);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Document signature.
|
|
||||||
writerfilter::ooxml::OOXMLStream::Pointer_t pSignatureStream;
|
|
||||||
pSignatureStream = writerfilter::ooxml::OOXMLDocumentFactory::createStream(m_xContext, xInputStream, bRepairStorage, writerfilter::ooxml::OOXMLStream::SIGNATURE);
|
|
||||||
if (pSignatureStream->getDocumentStream().is())
|
|
||||||
{
|
|
||||||
// TODO found, handle it.
|
|
||||||
}
|
|
||||||
|
|
||||||
pStream.reset();
|
pStream.reset();
|
||||||
|
|
||||||
return sal_True;
|
return sal_True;
|
||||||
|
Reference in New Issue
Block a user