summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-11 15:26:25 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-11 15:26:25 +0200
commit176b8229bcee36122fe48d52abb3b250d3f80714 (patch)
treee3a04597c7cbe825b50bb84140365554e76d058a /sd
parentceb6f473837261f2a6e43e028ce9da3daccc2f6c (diff)
loplugin:staticmethods
Change-Id: Icd4e1e2c4e7145515047b977808454280574603d
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/dlg/tpoption.cxx2
1 files changed, 2 insertions, 0 deletions
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
}