summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-11-02 23:53:38 +0200
committerTor Lillqvist <tml@collabora.com>2016-11-02 23:56:12 +0200
commitc8be45889217c555e4bec92af838d0524ceba4e0 (patch)
tree6c5f598206c39dc38c4797486fc1fd2967150166
parentf2761b62b3d0b45a3e57781a16c8c5c6ee94ded0 (diff)
No XFastPropertySet here
It has been commented out since creation in 2004. Change-Id: I25ff3ff953430ecbb84fecd3228e662a9c3e1276
-rw-r--r--xmlsecurity/source/helper/xsecctl.cxx4
-rw-r--r--xmlsecurity/source/helper/xsecctl.hxx10
2 files changed, 0 insertions, 14 deletions
diff --git a/xmlsecurity/source/helper/xsecctl.cxx b/xmlsecurity/source/helper/xsecctl.cxx
index 81a4e9cc5d83..92a26c4e2ec5 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 e4693a93e2a3..86dbec06bdcc 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 )