Kaydet (Commit) 0656952a authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:salcall (macOS)

Change-Id: Ie3454079f405df91280658e62f72b5108dfb7714
Reviewed-on: https://gerrit.libreoffice.org/46473Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 5763b7f4
......@@ -317,7 +317,7 @@ OUString MacabDriver::impl_getConfigurationSettingsPath()
return aPath.makeStringAndClear();
}
Reference< XInterface > SAL_CALL MacabDriver::Create( const Reference< XMultiServiceFactory >& _rxFactory )
Reference< XInterface > MacabDriver::Create( const Reference< XMultiServiceFactory >& _rxFactory )
{
return *(new MacabDriver(comphelper::getComponentContext(_rxFactory)));
}
......
......@@ -119,7 +119,7 @@ namespace connectivity
public:
/// @throws css::uno::Exception
static css::uno::Reference< css::uno::XInterface > SAL_CALL Create(const css::uno::Reference< css::lang::XMultiServiceFactory >& _rxFactory);
static css::uno::Reference< css::uno::XInterface > Create(const css::uno::Reference< css::lang::XMultiServiceFactory >& _rxFactory);
// XServiceInfo - static versions
/// @throws css::uno::RuntimeException
......
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