diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-01-17 15:28:11 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-01-17 17:01:26 +0100 |
commit | 804e86170ff2570fd3826b4ac26d1c927e751ac3 (patch) | |
tree | 0c24d6df02314b38dc17650030da80419a94b6b2 /xmlsecurity | |
parent | 3c8478e26bde41c35c75557d985f5734d8d1a2bd (diff) |
remove unused methods
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/source/framework/elementcollector.cxx | 32 | ||||
-rw-r--r-- | xmlsecurity/source/framework/elementcollector.hxx | 2 |
2 files changed, 0 insertions, 34 deletions
diff --git a/xmlsecurity/source/framework/elementcollector.cxx b/xmlsecurity/source/framework/elementcollector.cxx index 48e674f6aec4..74c5c03a1cf4 100644 --- a/xmlsecurity/source/framework/elementcollector.cxx +++ b/xmlsecurity/source/framework/elementcollector.cxx @@ -126,11 +126,6 @@ void ElementCollector::notifyListener() doNotify(); } -bool ElementCollector::isAbleToNotify() const -{ - return m_bAbleToNotify; -} - void ElementCollector::setReferenceResolvedListener( const cssu::Reference< cssxc::sax::XReferenceResolvedListener >& xReferenceResolvedListener) /****** ElementCollector/setReferenceResolvedListener ************************* @@ -160,33 +155,6 @@ void ElementCollector::setReferenceResolvedListener( doNotify(); } -void ElementCollector::setSecurityId(sal_Int32 nSecurityId) -/****** ElementCollector/setSecurityId **************************************** - * - * NAME - * setSecurityId -- configures the security Id of the buffer node - * - * SYNOPSIS - * setSecurityId(nSecurityId); - * - * FUNCTION - * configures the security Id and try to notify then - * - * INPUTS - * nSecurityId - the security Id - * - * RESULT - * empty - * - * AUTHOR - * Michael Mi - * Email: michael.mi@sun.com - ******************************************************************************/ -{ - m_nSecurityId = nSecurityId; - doNotify(); -} - void ElementCollector::doNotify() /****** ElementCollector/doNotify ********************************************* * diff --git a/xmlsecurity/source/framework/elementcollector.hxx b/xmlsecurity/source/framework/elementcollector.hxx index 72ed2c87026a..64157eb89b4a 100644 --- a/xmlsecurity/source/framework/elementcollector.hxx +++ b/xmlsecurity/source/framework/elementcollector.hxx @@ -89,12 +89,10 @@ public: com::sun::star::xml::crypto::sax::ElementMarkPriority getPriority() const; bool getModify() const; void notifyListener(); - bool isAbleToNotify() const; void setReferenceResolvedListener( const com::sun::star::uno::Reference< com::sun::star::xml::crypto::sax::XReferenceResolvedListener >& referenceResolvedListener); - void setSecurityId(sal_Int32 nSecurityId); void doNotify(); ElementCollector* clone( sal_Int32 nId, |