diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-05-11 15:26:25 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-05-11 15:26:25 +0200 |
commit | 176b8229bcee36122fe48d52abb3b250d3f80714 (patch) | |
tree | e3a04597c7cbe825b50bb84140365554e76d058a | |
parent | ceb6f473837261f2a6e43e028ce9da3daccc2f6c (diff) |
loplugin:staticmethods
Change-Id: Icd4e1e2c4e7145515047b977808454280574603d
-rw-r--r-- | sd/source/ui/dlg/tpoption.cxx | 2 |
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 } |