diff options
author | Noel Grandin <noel@peralex.com> | 2015-09-17 14:33:58 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-09-17 14:41:59 +0200 |
commit | 008de7099b29cde9a2669ef71b3e76b0c6ca90cd (patch) | |
tree | cfa107025f9ab2300dd8fc477a635a8b462a15e4 /sd/source/ui/inc/view | |
parent | cdadaa55569dbd1ea0fce3fa89f8b5f16f817438 (diff) |
convert Link<> to typed
Change-Id: I66e81dafa08b2e2a43b4b696741676e093439024
Diffstat (limited to 'sd/source/ui/inc/view')
-rw-r--r-- | sd/source/ui/inc/view/viewoverlaymanager.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/view/viewoverlaymanager.hxx b/sd/source/ui/inc/view/viewoverlaymanager.hxx index 1d65446dec18..72dc932cd935 100644 --- a/sd/source/ui/inc/view/viewoverlaymanager.hxx +++ b/sd/source/ui/inc/view/viewoverlaymanager.hxx @@ -40,7 +40,7 @@ public: void onZoomChanged(); void UpdateTags(); - DECL_LINK(EventMultiplexerListener, tools::EventMultiplexerEvent*); + DECL_LINK_TYPED(EventMultiplexerListener, tools::EventMultiplexerEvent&, void); DECL_LINK_TYPED(UpdateTagsHdl, void *, void); bool CreateTags(); |