summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/annotations/annotationmanagerimpl.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-17 14:33:58 +0200
committerNoel Grandin <noel@peralex.com>2015-09-17 14:41:59 +0200
commit008de7099b29cde9a2669ef71b3e76b0c6ca90cd (patch)
treecfa107025f9ab2300dd8fc477a635a8b462a15e4 /sd/source/ui/annotations/annotationmanagerimpl.hxx
parentconvert Link<> to typed (diff)
downloadcore-008de7099b29cde9a2669ef71b3e76b0c6ca90cd.tar.gz
core-008de7099b29cde9a2669ef71b3e76b0c6ca90cd.zip
convert Link<> to typed
Change-Id: I66e81dafa08b2e2a43b4b696741676e093439024
Diffstat (limited to 'sd/source/ui/annotations/annotationmanagerimpl.hxx')
-rw-r--r--sd/source/ui/annotations/annotationmanagerimpl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/annotations/annotationmanagerimpl.hxx b/sd/source/ui/annotations/annotationmanagerimpl.hxx
index 294731501f3a..0563db46726f 100644
--- a/sd/source/ui/annotations/annotationmanagerimpl.hxx
+++ b/sd/source/ui/annotations/annotationmanagerimpl.hxx
@@ -95,7 +95,7 @@ public:
void invalidateSlots();
- DECL_LINK(EventMultiplexerListener, tools::EventMultiplexerEvent*);
+ DECL_LINK_TYPED(EventMultiplexerListener, tools::EventMultiplexerEvent&, void);
DECL_LINK_TYPED(UpdateTagsHdl, void *, void);
void UpdateTags(bool bSynchron = false);