diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-11-22 11:28:34 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-11-22 15:30:01 +0000 |
commit | c855aec445628f96d3d32cfde6efd4e51e4489c9 (patch) | |
tree | a5544d1dd95666abaf128cb66310f7e5b95bf889 /xmlsecurity | |
parent | bba580fad5ebe7643d4c6879f065d49102bf5069 (diff) |
xmlsecurity: no need to inherit from XSecurityController in XSecController
Change-Id: If26be2b51a1fd8a6ad3e96928e2d142d1ced2845
Reviewed-on: https://gerrit.libreoffice.org/31074
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/inc/xmlsignaturehelper.hxx | 1 | ||||
-rw-r--r-- | xmlsecurity/inc/xsecctl.hxx | 8 | ||||
-rw-r--r-- | xmlsecurity/source/helper/xsecctl.cxx | 6 |
3 files changed, 0 insertions, 15 deletions
diff --git a/xmlsecurity/inc/xmlsignaturehelper.hxx b/xmlsecurity/inc/xmlsignaturehelper.hxx index 79311a7fe14c..edc09d02e430 100644 --- a/xmlsecurity/inc/xmlsignaturehelper.hxx +++ b/xmlsecurity/inc/xmlsignaturehelper.hxx @@ -33,7 +33,6 @@ #include <com/sun/star/xml/sax/XWriter.hpp> #include <com/sun/star/xml/crypto/XUriBinding.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/XSignatureVerifyResultListener.hpp> diff --git a/xmlsecurity/inc/xsecctl.hxx b/xmlsecurity/inc/xsecctl.hxx index 9cbb9e0c6159..8f9f1db5e259 100644 --- a/xmlsecurity/inc/xsecctl.hxx +++ b/xmlsecurity/inc/xsecctl.hxx @@ -29,7 +29,6 @@ #include <com/sun/star/xml/sax/XAttributeList.hpp> #include <com/sun/star/xml/crypto/XXMLSignature.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/XSecuritySAXEventKeeper.hpp> #include <com/sun/star/xml/crypto/sax/XReferenceResolvedListener.hpp> @@ -88,7 +87,6 @@ public: class XSecController : public cppu::WeakImplHelper < - css::xml::crypto::sax::XSecurityController, css::xml::crypto::sax::XSAXEventKeeperStatusChangeListener, css::xml::crypto::sax::XSignatureCreationResultListener, css::xml::crypto::sax::XSignatureVerifyResultListener @@ -407,12 +405,6 @@ public: /* Interface methods */ /* - * XSecurityController - * - * no method in XSecurityController interface - */ - - /* * XSAXEventKeeperStatusChangeListener */ virtual void SAL_CALL blockingStatusChanged( sal_Bool isBlocking ) diff --git a/xmlsecurity/source/helper/xsecctl.cxx b/xmlsecurity/source/helper/xsecctl.cxx index a4e0ebeb621d..bc9adbe2248d 100644 --- a/xmlsecurity/source/helper/xsecctl.cxx +++ b/xmlsecurity/source/helper/xsecctl.cxx @@ -930,12 +930,6 @@ SignatureInformations XSecController::getSignatureInformations() const } /* - * XSecurityController - * - * no methods - */ - -/* * XSAXEventKeeperStatusChangeListener */ |