[Libreoffice-commits] core.git: xmlsecurity/source

Tor Lillqvist tml at collabora.com
Wed Nov 2 21:56:39 UTC 2016


 xmlsecurity/source/helper/xsecctl.cxx |    4 ----
 xmlsecurity/source/helper/xsecctl.hxx |   10 ----------
 2 files changed, 14 deletions(-)

New commits:
commit c8be45889217c555e4bec92af838d0524ceba4e0
Author: Tor Lillqvist <tml at collabora.com>
Date:   Wed Nov 2 23:53:38 2016 +0200

    No XFastPropertySet here
    
    It has been commented out since creation in 2004.
    
    Change-Id: I25ff3ff953430ecbb84fecd3228e662a9c3e1276

diff --git a/xmlsecurity/source/helper/xsecctl.cxx b/xmlsecurity/source/helper/xsecctl.cxx
index 81a4e9c..92a26c4 100644
--- a/xmlsecurity/source/helper/xsecctl.cxx
+++ b/xmlsecurity/source/helper/xsecctl.cxx
@@ -868,10 +868,6 @@ SignatureInformations XSecController::getSignatureInformations() const
  */
 
 /*
- * XFastPropertySet
- */
-
-/*
  * XSAXEventKeeperStatusChangeListener
  */
 
diff --git a/xmlsecurity/source/helper/xsecctl.hxx b/xmlsecurity/source/helper/xsecctl.hxx
index e4693a9..86dbec0 100644
--- a/xmlsecurity/source/helper/xsecctl.hxx
+++ b/xmlsecurity/source/helper/xsecctl.hxx
@@ -37,7 +37,6 @@
 #include <com/sun/star/xml/crypto/sax/XSignatureCreationResultListener.hpp>
 #include <com/sun/star/xml/crypto/sax/XSignatureVerifyResultListener.hpp>
 #include <com/sun/star/xml/wrapper/XXMLDocumentWrapper.hpp>
-#include <com/sun/star/beans/XFastPropertySet.hpp>
 #include <com/sun/star/io/XOutputStream.hpp>
 #include <com/sun/star/io/XInputStream.hpp>
 #include <com/sun/star/embed/XStorage.hpp>
@@ -98,7 +97,6 @@ public:
 class XSecController : public cppu::WeakImplHelper
 <
     css::xml::crypto::sax::XSecurityController,
-    //css::beans::XFastPropertySet,
     css::xml::crypto::sax::XSAXEventKeeperStatusChangeListener,
     css::xml::crypto::sax::XSignatureCreationResultListener,
     css::xml::crypto::sax::XSignatureVerifyResultListener
@@ -112,10 +110,6 @@ class XSecController : public cppu::WeakImplHelper
  *  Controls the whole xml security framework to create signatures or to
  *  verify signatures.
  *
- *   NOTES
- *  The XFastPropertySet interface is used to transfer common values to
- *  classes in other module, for instance, the signature id for all
- *  sessions is transferred to xmloff module through this interface.
  ******************************************************************************/
 {
     friend class XSecParser;
@@ -423,10 +417,6 @@ public:
      */
 
     /*
-     * XFastPropertySet
-     */
-
-    /*
      * XSAXEventKeeperStatusChangeListener
      */
     virtual void SAL_CALL blockingStatusChanged( sal_Bool isBlocking )


More information about the Libreoffice-commits mailing list