xmlsecurity/source/helper/ooxmlsecparser.hxx | 4 ---- 1 file changed, 4 deletions(-)
New commits: commit 36e8a0348f7d1ea9f718c3d71514a72990f77a34 Author: Caolán McNamara <[email protected]> AuthorDate: Thu Apr 1 09:16:12 2021 +0100 Commit: Caolán McNamara <[email protected]> CommitDate: Thu Apr 1 12:34:14 2021 +0200 cid#1475790 Uninitialized scalar field this appeared in: commit 0dac6d1f179c286dd7aea2d9ef7c37db8323fa37 Author: Miklos Vajna <[email protected]> Date: Mon Jan 25 15:34:38 2016 +0100 xmlsecurity: implement OOXML stream references and disappeared in: commit cc1d19f7bbaefa5fb22ebd1344112755068b93c9 Author: Michael Stahl <[email protected]> Date: Tue Mar 30 17:37:31 2021 +0200 xmlsecurity: replace OOXMLSecParser implementation Change-Id: Ibaff786612d0f58639471d409dc49d813fb1cb6e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113442 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> diff --git a/xmlsecurity/source/helper/ooxmlsecparser.hxx b/xmlsecurity/source/helper/ooxmlsecparser.hxx index 0daf5530938b..4f11302ff765 100644 --- a/xmlsecurity/source/helper/ooxmlsecparser.hxx +++ b/xmlsecurity/source/helper/ooxmlsecparser.hxx @@ -76,10 +76,6 @@ private: XSecController* m_pXSecController; css::uno::Reference<css::xml::sax::XDocumentHandler> m_xNextHandler; - /// Last seen <Reference URI="...">. - OUString m_aReferenceURI; - /// Already called addStreamReference() for this reference. - bool m_bReferenceUnresolved; XMLSignatureHelper& m_rXMLSignatureHelper; OUString HandleIdAttr(css::uno::Reference<css::xml::sax::XAttributeList> const& xAttrs); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
