diff options
Diffstat (limited to 'xmlsecurity/source/framework/xmlencryptiontemplateimpl.hxx')
-rw-r--r-- | xmlsecurity/source/framework/xmlencryptiontemplateimpl.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/xmlsecurity/source/framework/xmlencryptiontemplateimpl.hxx b/xmlsecurity/source/framework/xmlencryptiontemplateimpl.hxx index adc92a868d48..a9bbf47eebf4 100644 --- a/xmlsecurity/source/framework/xmlencryptiontemplateimpl.hxx +++ b/xmlsecurity/source/framework/xmlencryptiontemplateimpl.hxx @@ -85,9 +85,7 @@ class XMLEncryptionTemplateImpl : public ::cppu::WeakImplHelper< //Helper for registry /// @throws css::uno::RuntimeException static css::uno::Reference< css::uno::XInterface > SAL_CALL impl_createInstance( const css::uno::Reference< css::lang::XMultiServiceFactory >& aServiceManager ) ; - - static css::uno::Reference< css::lang::XSingleServiceFactory > impl_createFactory( const css::uno::Reference< css::lang::XMultiServiceFactory >& aServiceManager ) ; -} ; +}; #endif // _XMLENCRYPTIONTEMPLATE_XMLSECIMPL_HXX_ |