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 @@ -867,10 +867,6 @@ SignatureInformations XSecController::getSignatureInformations() const * no methods */ -/* - * 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 #include #include -#include #include #include #include @@ -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; @@ -422,10 +416,6 @@ public: * no method in XSecurityController interface */ - /* - * XFastPropertySet - */ - /* * XSAXEventKeeperStatusChangeListener */