Kaydet (Commit) 270946b2 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:salcall (--with-webdav=serf)

Change-Id: Idc3e3513a664eea1cb786a3caa5ea41909491182
Reviewed-on: https://gerrit.libreoffice.org/59966
Tested-by: Jenkins
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 22d57d22
......@@ -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 =
......
......@@ -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;
......
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