diff options
author | Noel Grandin <noel@peralex.com> | 2015-09-16 16:10:05 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-09-17 08:19:34 +0200 |
commit | 1e2119fd0211b671cad7ba7005a99a1da1a0caf5 (patch) | |
tree | c4298af25e9a082066ad98a69c5c6c281a360ac5 /writerperfect/inc | |
parent | f4f05ab199101b9f11718ddc82e139815c1fc521 (diff) |
convert Link<> to typed
Change-Id: I3d35a0bb75b6989dd13371543d1bdf3ef5f47641
Diffstat (limited to 'writerperfect/inc')
-rw-r--r-- | writerperfect/inc/WPFTEncodingDialog.hxx | 2 |
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; |