xmlsecurity/source/gpg/SEInitializer.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit ebfa6465378f5048d499df729c36b36617f50d80 Author: Miklos Vajna <[email protected]> Date: Wed Dec 6 16:03:00 2017 +0100 xmlsecurity: fix loplugin:salcall warnings Change-Id: Ic2df4e402ce1e855fbf9d9f6d8a37e664d0110c7 diff --git a/xmlsecurity/source/gpg/SEInitializer.cxx b/xmlsecurity/source/gpg/SEInitializer.cxx index 93e2ab263d33..c1c9d450183a 100644 --- a/xmlsecurity/source/gpg/SEInitializer.cxx +++ b/xmlsecurity/source/gpg/SEInitializer.cxx @@ -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"}; } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
