[Libreoffice-commits] core.git: sd/source
Stephan Bergmann
sbergman at redhat.com
Mon May 11 06:26:51 PDT 2015
sd/source/ui/dlg/tpoption.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 176b8229bcee36122fe48d52abb3b250d3f80714
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon May 11 15:26:25 2015 +0200
loplugin:staticmethods
Change-Id: Icd4e1e2c4e7145515047b977808454280574603d
diff --git a/sd/source/ui/dlg/tpoption.cxx b/sd/source/ui/dlg/tpoption.cxx
index 9db0f1a..c4177e8 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
}
More information about the Libreoffice-commits
mailing list