From 270946b220692e466b1eaaed85e4b08ea876fee2 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 4 Sep 2018 09:16:07 +0200 Subject: loplugin:salcall (--with-webdav=serf) Change-Id: Idc3e3513a664eea1cb786a3caa5ea41909491182 Reviewed-on: https://gerrit.libreoffice.org/59966 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- ucb/source/ucp/webdav/webdavprovider.cxx | 2 +- ucb/source/ucp/webdav/webdavservices.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'ucb/source') diff --git a/ucb/source/ucp/webdav/webdavprovider.cxx b/ucb/source/ucp/webdav/webdavprovider.cxx index 0096b5a39384..734f5702ef0f 100644 --- a/ucb/source/ucp/webdav/webdavprovider.cxx +++ b/ucb/source/ucp/webdav/webdavprovider.cxx @@ -87,7 +87,7 @@ XTYPEPROVIDER_IMPL_3( ContentProvider, XSERVICEINFO_COMMOM_IMPL( ContentProvider, OUString( "com.sun.star.comp.WebDAVContentProvider" ) ) /// @throws css::uno::Exception -static css::uno::Reference< css::uno::XInterface > SAL_CALL +static css::uno::Reference< css::uno::XInterface > ContentProvider_CreateInstance( const css::uno::Reference< css::lang::XMultiServiceFactory> & rSMgr ) { css::lang::XServiceInfo* pX = diff --git a/ucb/source/ucp/webdav/webdavservices.cxx b/ucb/source/ucp/webdav/webdavservices.cxx index 7454c54d5da2..d082176d176a 100644 --- a/ucb/source/ucp/webdav/webdavservices.cxx +++ b/ucb/source/ucp/webdav/webdavservices.cxx @@ -25,7 +25,7 @@ using namespace com::sun::star; -extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL ucpdav1_component_getFactory( +extern "C" SAL_DLLPUBLIC_EXPORT void * ucpdav1_component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * /*pRegistryKey*/ ) { void * pRet = nullptr; -- cgit