summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2017-12-06 16:03:00 +0100
committerAndras Timar <andras.timar@collabora.com>2018-03-19 14:56:07 +0100
commitb9d41815403750c3c6862e9743a7958b8ceba9d5 (patch)
tree6ad909be821ba59e9fd4aa48fc2f859d16d59711 /xmlsecurity
parent0682219bc1c88db6a33443278a1f9ec097faf770 (diff)
xmlsecurity: fix loplugin:salcall warnings
Change-Id: Ic2df4e402ce1e855fbf9d9f6d8a37e664d0110c7 (cherry picked from commit ebfa6465378f5048d499df729c36b36617f50d80)
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/source/gpg/SEInitializer.cxx4
1 files changed, 2 insertions, 2 deletions
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"};
}