diff options
author | Noel Grandin <noel@peralex.com> | 2015-08-27 13:08:02 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-08-28 09:49:56 +0200 |
commit | bd8b93fdff93ff7b2b7e493a7bcef6a59f299dae (patch) | |
tree | f05be9665737f0667faf95702d96fbf3f0a103c5 /desktop/inc | |
parent | 1b9c3a17e8496aedfb80528c5275e6658154789d (diff) |
make PostUserEvent Link<> typed
Change-Id: I13f10bda985d55d419a5bff481130a456ae2db8a
Diffstat (limited to 'desktop/inc')
-rw-r--r-- | desktop/inc/app.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx index a7159e13496a..068c27e64e1c 100644 --- a/desktop/inc/app.hxx +++ b/desktop/inc/app.hxx @@ -79,12 +79,12 @@ class Desktop : public Application virtual void OverrideSystemSettings( AllSettings& rSettings ) SAL_OVERRIDE; virtual void AppEvent( const ApplicationEvent& rAppEvent ) SAL_OVERRIDE; - DECL_LINK( OpenClients_Impl, void* ); + DECL_LINK_TYPED( OpenClients_Impl, void*, void ); static void OpenClients(); static void OpenDefault(); - DECL_STATIC_LINK( Desktop, EnableAcceptors_Impl, void*); + DECL_STATIC_LINK_TYPED( Desktop, EnableAcceptors_Impl, void*, void); static void HandleAppEvent( const ApplicationEvent& rAppEvent ); static ResMgr* GetDesktopResManager(); |