summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-09-15 12:00:59 +0200
committerMichael Stahl <mstahl@redhat.com>2016-09-15 12:01:11 +0200
commita19a67e20e847a42063559694ec5beec71abcfb3 (patch)
tree3b8eb1897737fd0903e0008fe9cd25efc0cb84af /sd
parentf1d9f6c8fa6cf801d1e92faeae711382ccf9fdde (diff)
sd: loplugin:staticmethods
Change-Id: I86dabc6e1fdd6fc9fd2fc35a6272061484af154d
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/dlg/RemoteDialog.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/source/ui/dlg/RemoteDialog.cxx b/sd/source/ui/dlg/RemoteDialog.cxx
index b630edf51cba..ef1878f0b1b8 100644
--- a/sd/source/ui/dlg/RemoteDialog.cxx
+++ b/sd/source/ui/dlg/RemoteDialog.cxx
@@ -57,6 +57,8 @@ IMPL_LINK_NOARG_TYPED(RemoteDialog, HandleConnectButton, Button*, void)
{
CloseHdl( *this );
}
+#else
+ (void) this;
#endif
}