summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/app
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-09 21:59:01 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-10 11:25:48 +0200
commit4f00dce2b3f08aea41390786ffdaa29179598dec (patch)
tree8c18606f958f696f9b64e0ed4c519e24c5e7fe72 /vcl/unx/generic/app
parent9168952759630e9fe41e478bd94dd6e0a709619d (diff)
Use IMPL_[STATIC_]LINK_NOARG where applicable
Change-Id: I1e24b032bdeea017b0e77c5446e55310899ce752
Diffstat (limited to 'vcl/unx/generic/app')
-rw-r--r--vcl/unx/generic/app/sm.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/unx/generic/app/sm.cxx b/vcl/unx/generic/app/sm.cxx
index 9d309213bbb3..6d2bf82c12e5 100644
--- a/vcl/unx/generic/app/sm.cxx
+++ b/vcl/unx/generic/app/sm.cxx
@@ -283,7 +283,7 @@ IMPL_STATIC_LINK( SessionManagerClient, SaveYourselfHdl, void*, pStateVal )
return 0;
}
-IMPL_STATIC_LINK( SessionManagerClient, InteractionHdl, void*, EMPTYARG )
+IMPL_STATIC_LINK_NOARG( SessionManagerClient, InteractionHdl )
{
SAL_INFO("vcl.sm", "interaction link");
if( m_pSession )
@@ -295,7 +295,7 @@ IMPL_STATIC_LINK( SessionManagerClient, InteractionHdl, void*, EMPTYARG )
return 0;
}
-IMPL_STATIC_LINK( SessionManagerClient, ShutDownCancelHdl, void*, EMPTYARG )
+IMPL_STATIC_LINK_NOARG( SessionManagerClient, ShutDownCancelHdl )
{
SAL_INFO("vcl.sm", "shutdown cancel");
if( m_pSession )
@@ -345,7 +345,7 @@ void SessionManagerClient::SaveYourselfProc(
SAL_INFO("vcl.sm", "waiting for save yourself event to be processed" );
}
-IMPL_STATIC_LINK( SessionManagerClient, ShutDownHdl, void*, EMPTYARG )
+IMPL_STATIC_LINK_NOARG( SessionManagerClient, ShutDownHdl )
{
if( m_pSession )
{