From 4b339dafd96366ca2de661c722c7a0e87bf70ac3 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 3 Oct 2016 22:11:38 +0200 Subject: loplugin:staticmethods Change-Id: Iac376aff079cddd030a07883f3cccf71a7ff5f91 --- sfx2/source/dialog/bluthsnd.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sfx2/source/dialog') diff --git a/sfx2/source/dialog/bluthsnd.cxx b/sfx2/source/dialog/bluthsnd.cxx index ecbb4459503f..6b7ef54b8411 100644 --- a/sfx2/source/dialog/bluthsnd.cxx +++ b/sfx2/source/dialog/bluthsnd.cxx @@ -39,6 +39,7 @@ SfxBluetoothModel::SendMailResult SfxBluetoothModel::SaveAndSend( const css::uno SfxBluetoothModel::SendMailResult SfxBluetoothModel::Send( const css::uno::Reference< css::frame::XFrame >& /*xFrame*/ ) { #ifndef LINUX + (void) this; // avoid loplugin:staticmethods return SEND_MAIL_ERROR; #else char bthsend[300]; -- cgit