summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-10-03 22:11:38 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-10-03 22:11:38 +0200
commit4b339dafd96366ca2de661c722c7a0e87bf70ac3 (patch)
tree2cdbbad7f1810a18b26743b331ea7639d3fc3b35
parenteecb4405daac3267b83d441c2edeb58c186cde3f (diff)
loplugin:staticmethods
Change-Id: Iac376aff079cddd030a07883f3cccf71a7ff5f91
-rw-r--r--sfx2/source/dialog/bluthsnd.cxx1
1 files changed, 1 insertions, 0 deletions
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];