Kaydet (Commit) ebfa6465 authored tarafından Miklos Vajna's avatar Miklos Vajna

xmlsecurity: fix loplugin:salcall warnings

Change-Id: Ic2df4e402ce1e855fbf9d9f6d8a37e664d0110c7
üst 24f50a40
......@@ -70,12 +70,12 @@ uno::Reference< XSingleServiceFactory > SEInitializerGpg::impl_createFactory( co
}
/* XServiceInfo */
OUString SAL_CALL SEInitializerGpg::impl_getImplementationName()
OUString SEInitializerGpg::impl_getImplementationName()
{
return OUString("com.sun.star.xml.security.SEInitializer_Gpg");
}
uno::Sequence< OUString > SAL_CALL SEInitializerGpg::impl_getSupportedServiceNames()
uno::Sequence< OUString > SEInitializerGpg::impl_getSupportedServiceNames()
{
return {"com.sun.star.xml.crypto.GPGSEInitializer"};
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment