[Libreoffice-commits] core.git: xmlsecurity/inc xmlsecurity/source
Miklos Vajna
vmiklos at collabora.co.uk
Tue Nov 22 15:30:24 UTC 2016
xmlsecurity/inc/xmlsignaturehelper.hxx | 1 -
xmlsecurity/inc/xsecctl.hxx | 8 --------
xmlsecurity/source/helper/xsecctl.cxx | 6 ------
3 files changed, 15 deletions(-)
New commits:
commit c855aec445628f96d3d32cfde6efd4e51e4489c9
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Tue Nov 22 11:28:34 2016 +0100
xmlsecurity: no need to inherit from XSecurityController in XSecController
Change-Id: If26be2b51a1fd8a6ad3e96928e2d142d1ced2845
Reviewed-on: https://gerrit.libreoffice.org/31074
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>
diff --git a/xmlsecurity/inc/xmlsignaturehelper.hxx b/xmlsecurity/inc/xmlsignaturehelper.hxx
index 79311a7..edc09d0 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 9cbb9e0..8f9f1db 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 a4e0ebe..bc9adbe 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
*/
More information about the Libreoffice-commits
mailing list