diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-10-13 00:01:31 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-10-13 08:20:35 +0200 |
commit | d0211e091e42bb85e20090dd25792648a1310751 (patch) | |
tree | acb983e5cbdd51c365af4d76ae9ff72962bcd492 /xmlsecurity/inc | |
parent | 7ada9875ac6d340918eda85bcdba17bd19a20454 (diff) |
xmlsecurity: remove unused XSecController::m_xNextNodeOnSAXChain
Change-Id: Ic5fd625afe2ef53968b87d1382b257e3d44ce08b
Reviewed-on: https://gerrit.libreoffice.org/43354
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'xmlsecurity/inc')
-rw-r--r-- | xmlsecurity/inc/xsecctl.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/xmlsecurity/inc/xsecctl.hxx b/xmlsecurity/inc/xsecctl.hxx index 3abd31d9d75d..e2a571a5a238 100644 --- a/xmlsecurity/inc/xsecctl.hxx +++ b/xmlsecurity/inc/xsecctl.hxx @@ -164,12 +164,6 @@ private: bool m_bIsPreviousNodeInitializable; /* - * the next node on the SAX chain. - * it can always provide an XDocumentHandler interface. - */ - css::uno::Reference< css::xml::sax::XDocumentHandler > m_xNextNodeOnSAXChain; - - /* * the ElementStackKeeper is used to reserve the key SAX events. * when the SAXEventKeeper is chained on the SAX chain, it need * first get all missed key SAX events in order to make sure the |