summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/framework/elementcollector.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/source/framework/elementcollector.cxx')
-rw-r--r--xmlsecurity/source/framework/elementcollector.cxx32
1 files changed, 0 insertions, 32 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 *********************************************
*