From 176b8229bcee36122fe48d52abb3b250d3f80714 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 11 May 2015 15:26:25 +0200 Subject: loplugin:staticmethods Change-Id: Icd4e1e2c4e7145515047b977808454280574603d --- sd/source/ui/dlg/tpoption.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sd/source/ui/dlg/tpoption.cxx b/sd/source/ui/dlg/tpoption.cxx index 9db0f1a6c57b..c4177e83ddef 100644 --- a/sd/source/ui/dlg/tpoption.cxx +++ b/sd/source/ui/dlg/tpoption.cxx @@ -554,6 +554,8 @@ void SdTpOptionsMisc::SetImpressMode() { #ifndef ENABLE_SDREMOTE_BLUETOOTH m_pCbxEnableSdremote->Hide(); +#else + (void) this; // loplugin:staticmethods #endif } -- cgit