summaryrefslogtreecommitdiff
path: root/writerperfect/inc/WPFTEncodingDialog.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-16 16:10:05 +0200
committerNoel Grandin <noel@peralex.com>2015-09-17 08:19:34 +0200
commit1e2119fd0211b671cad7ba7005a99a1da1a0caf5 (patch)
treec4298af25e9a082066ad98a69c5c6c281a360ac5 /writerperfect/inc/WPFTEncodingDialog.hxx
parentf4f05ab199101b9f11718ddc82e139815c1fc521 (diff)
convert Link<> to typed
Change-Id: I3d35a0bb75b6989dd13371543d1bdf3ef5f47641
Diffstat (limited to 'writerperfect/inc/WPFTEncodingDialog.hxx')
-rw-r--r--writerperfect/inc/WPFTEncodingDialog.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerperfect/inc/WPFTEncodingDialog.hxx b/writerperfect/inc/WPFTEncodingDialog.hxx
index 69f409885df4..7e435dda6303 100644
--- a/writerperfect/inc/WPFTEncodingDialog.hxx
+++ b/writerperfect/inc/WPFTEncodingDialog.hxx
@@ -42,7 +42,7 @@ private:
bool m_userHasCancelled;
private:
- DECL_LINK(DoubleClickHdl, ListBox *);
+ DECL_LINK_TYPED(DoubleClickHdl, ListBox&, void);
DECL_LINK_TYPED(CancelHdl, Button*, void);
void dispose() SAL_OVERRIDE;