Kaydet (Commit) 4b339daf authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:staticmethods

Change-Id: Iac376aff079cddd030a07883f3cccf71a7ff5f91
üst eecb4405
...@@ -39,6 +39,7 @@ SfxBluetoothModel::SendMailResult SfxBluetoothModel::SaveAndSend( const css::uno ...@@ -39,6 +39,7 @@ SfxBluetoothModel::SendMailResult SfxBluetoothModel::SaveAndSend( const css::uno
SfxBluetoothModel::SendMailResult SfxBluetoothModel::Send( const css::uno::Reference< css::frame::XFrame >& /*xFrame*/ ) SfxBluetoothModel::SendMailResult SfxBluetoothModel::Send( const css::uno::Reference< css::frame::XFrame >& /*xFrame*/ )
{ {
#ifndef LINUX #ifndef LINUX
(void) this; // avoid loplugin:staticmethods
return SEND_MAIL_ERROR; return SEND_MAIL_ERROR;
#else #else
char bthsend[300]; char bthsend[300];
......
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