[Libreoffice-commits] core.git: xmlsecurity/source
Miklos Vajna
vmiklos at collabora.co.uk
Wed Dec 6 15:05:52 UTC 2017
xmlsecurity/source/gpg/SEInitializer.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit ebfa6465378f5048d499df729c36b36617f50d80
Author: Miklos Vajna <vmiklos at collabora.co.uk>
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"};
}
More information about the Libreoffice-commits
mailing list