Kaydet (Commit) c855aec4 authored tarafından Miklos Vajna's avatar Miklos Vajna

xmlsecurity: no need to inherit from XSecurityController in XSecController

Change-Id: If26be2b51a1fd8a6ad3e96928e2d142d1ced2845
Reviewed-on: https://gerrit.libreoffice.org/31074Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
üst bba580fa
...@@ -33,7 +33,6 @@ ...@@ -33,7 +33,6 @@
#include <com/sun/star/xml/sax/XWriter.hpp> #include <com/sun/star/xml/sax/XWriter.hpp>
#include <com/sun/star/xml/crypto/XUriBinding.hpp> #include <com/sun/star/xml/crypto/XUriBinding.hpp>
#include <com/sun/star/xml/crypto/XSEInitializer.hpp> #include <com/sun/star/xml/crypto/XSEInitializer.hpp>
#include <com/sun/star/xml/crypto/sax/XSecurityController.hpp>
#include <com/sun/star/xml/crypto/sax/XSignatureCreationResultListener.hpp> #include <com/sun/star/xml/crypto/sax/XSignatureCreationResultListener.hpp>
#include <com/sun/star/xml/crypto/sax/XSignatureVerifyResultListener.hpp> #include <com/sun/star/xml/crypto/sax/XSignatureVerifyResultListener.hpp>
......
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
#include <com/sun/star/xml/sax/XAttributeList.hpp> #include <com/sun/star/xml/sax/XAttributeList.hpp>
#include <com/sun/star/xml/crypto/XXMLSignature.hpp> #include <com/sun/star/xml/crypto/XXMLSignature.hpp>
#include <com/sun/star/xml/crypto/XSEInitializer.hpp> #include <com/sun/star/xml/crypto/XSEInitializer.hpp>
#include <com/sun/star/xml/crypto/sax/XSecurityController.hpp>
#include <com/sun/star/xml/crypto/sax/XElementStackKeeper.hpp> #include <com/sun/star/xml/crypto/sax/XElementStackKeeper.hpp>
#include <com/sun/star/xml/crypto/sax/XSecuritySAXEventKeeper.hpp> #include <com/sun/star/xml/crypto/sax/XSecuritySAXEventKeeper.hpp>
#include <com/sun/star/xml/crypto/sax/XReferenceResolvedListener.hpp> #include <com/sun/star/xml/crypto/sax/XReferenceResolvedListener.hpp>
...@@ -88,7 +87,6 @@ public: ...@@ -88,7 +87,6 @@ public:
class XSecController : public cppu::WeakImplHelper class XSecController : public cppu::WeakImplHelper
< <
css::xml::crypto::sax::XSecurityController,
css::xml::crypto::sax::XSAXEventKeeperStatusChangeListener, css::xml::crypto::sax::XSAXEventKeeperStatusChangeListener,
css::xml::crypto::sax::XSignatureCreationResultListener, css::xml::crypto::sax::XSignatureCreationResultListener,
css::xml::crypto::sax::XSignatureVerifyResultListener css::xml::crypto::sax::XSignatureVerifyResultListener
...@@ -406,12 +404,6 @@ public: ...@@ -406,12 +404,6 @@ public:
public: public:
/* Interface methods */ /* Interface methods */
/*
* XSecurityController
*
* no method in XSecurityController interface
*/
/* /*
* XSAXEventKeeperStatusChangeListener * XSAXEventKeeperStatusChangeListener
*/ */
......
...@@ -929,12 +929,6 @@ SignatureInformations XSecController::getSignatureInformations() const ...@@ -929,12 +929,6 @@ SignatureInformations XSecController::getSignatureInformations() const
return vInfors; return vInfors;
} }
/*
* XSecurityController
*
* no methods
*/
/* /*
* XSAXEventKeeperStatusChangeListener * XSAXEventKeeperStatusChangeListener
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment