diff options
author | Luke Petrolekas <luke.petrolekas@gmail.com> | 2011-05-26 18:55:51 -0400 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2011-05-27 10:45:26 +0100 |
commit | 121fae3f21b958c60c8d411ce20c19236eada463 (patch) | |
tree | b396787ea8271a180ef974c10e2468b462346647 /xmlsecurity/source/framework/buffernode.cxx | |
parent | ccb1f20ecbc392ead216f8e52692add33ee02ba2 (diff) |
Delete commented out code.
Diffstat (limited to 'xmlsecurity/source/framework/buffernode.cxx')
-rw-r--r-- | xmlsecurity/source/framework/buffernode.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/xmlsecurity/source/framework/buffernode.cxx b/xmlsecurity/source/framework/buffernode.cxx index e6f1c6334..2ba40f25c 100644 --- a/xmlsecurity/source/framework/buffernode.cxx +++ b/xmlsecurity/source/framework/buffernode.cxx @@ -286,12 +286,6 @@ rtl::OUString BufferNode::printChildren() const } rc += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "(" )); - /* - if (((ElementCollector*)(*ii))->isInternalNotificationSuppressed()) - { - rc += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "*IN-Suppressed* " )); - } - */ rc += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "SecID=" )); rc += rtl::OUString::valueOf(((ElementCollector*)(*ii))->getSecurityId()); rc += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ")" )); |