[Libreoffice-commits] core.git: sfx2/source

Stephan Bergmann sbergman at redhat.com
Mon Oct 3 20:14:04 UTC 2016


 sfx2/source/dialog/bluthsnd.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 4b339dafd96366ca2de661c722c7a0e87bf70ac3
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Oct 3 22:11:38 2016 +0200

    loplugin:staticmethods
    
    Change-Id: Iac376aff079cddd030a07883f3cccf71a7ff5f91

diff --git a/sfx2/source/dialog/bluthsnd.cxx b/sfx2/source/dialog/bluthsnd.cxx
index ecbb445..6b7ef54 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];


More information about the Libreoffice-commits mailing list