summaryrefslogtreecommitdiff
path: root/include/sfx2/hintpost.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/hintpost.hxx')
-rw-r--r--include/sfx2/hintpost.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/hintpost.hxx b/include/sfx2/hintpost.hxx
index 63d6a17db7d2..fae4be363dd7 100644
--- a/include/sfx2/hintpost.hxx
+++ b/include/sfx2/hintpost.hxx
@@ -41,7 +41,7 @@ class SfxHintPoster : public SvRefBase
private:
Link<SfxRequest*,void> m_Link;
- DECL_LINK_TYPED( DoEvent_Impl, void*, void );
+ DECL_LINK( DoEvent_Impl, void*, void );
protected:
virtual ~SfxHintPoster() override;