diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-06-05 17:26:55 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-06-05 17:29:14 +0200 |
commit | 496a2c2e46ca2afdb6a81a2b60b7b1bd89b21d1d (patch) | |
tree | e8dacc9dd83caeed061d7fd0b837d734b95d9508 /xmlsecurity/source/framework/xmlsignaturetemplateimpl.cxx | |
parent | 3d4609d944b6bba3a135233054a0c396b29d7679 (diff) |
Drop unused XInitialization from implementation
...now that it has been dropped from the service declaration with
6a12e13870f15df93d2627f1538f7c64ca46e9e5 "fdo#46808, Convert
XMLSignatureTemplate service to new style"---appears to be nonsense that had
been in there "since the beginning."
Change-Id: I4e4d3649f1aa0dacebdc8bdcee0348cee294ab89
Diffstat (limited to 'xmlsecurity/source/framework/xmlsignaturetemplateimpl.cxx')
-rw-r--r-- | xmlsecurity/source/framework/xmlsignaturetemplateimpl.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/xmlsecurity/source/framework/xmlsignaturetemplateimpl.cxx b/xmlsecurity/source/framework/xmlsignaturetemplateimpl.cxx index 15cb47c18268..4e095e0c7eb0 100644 --- a/xmlsecurity/source/framework/xmlsignaturetemplateimpl.cxx +++ b/xmlsecurity/source/framework/xmlsignaturetemplateimpl.cxx @@ -104,11 +104,6 @@ void SAL_CALL XMLSignatureTemplateImpl::setStatus( return m_nStatus; } -/* XInitialization */ -void SAL_CALL XMLSignatureTemplateImpl :: initialize( const Sequence< Any >& /*aArguments*/ ) throw( Exception, RuntimeException ) { - // TBD -} ; - /* XServiceInfo */ OUString SAL_CALL XMLSignatureTemplateImpl :: getImplementationName() throw( RuntimeException ) { return impl_getImplementationName() ; |