xmlsecurity/source/helper/ooxmlsecparser.hxx | 4 ---- 1 file changed, 4 deletions(-)
New commits: commit 81ffcdfe9005bdd78b09e75d06e1a76c24bb9ac6 Author: Caolán McNamara <[email protected]> AuthorDate: Thu Apr 1 09:16:12 2021 +0100 Commit: Michael Stahl <[email protected]> CommitDate: Thu Jul 8 10:41:48 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]> (cherry picked from commit 36e8a0348f7d1ea9f718c3d71514a72990f77a34) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118581 Reviewed-by: Michael Stahl <[email protected]> diff --git a/xmlsecurity/source/helper/ooxmlsecparser.hxx b/xmlsecurity/source/helper/ooxmlsecparser.hxx index ba0e274be6af..4c6d06caaa31 100644 --- a/xmlsecurity/source/helper/ooxmlsecparser.hxx +++ b/xmlsecurity/source/helper/ooxmlsecparser.hxx @@ -77,10 +77,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
