diff options
author | Noel Grandin <noel@peralex.com> | 2015-09-16 14:20:24 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-09-17 08:19:33 +0200 |
commit | 036ee34543748633c2c9758f78a8ac746a10d97e (patch) | |
tree | d2e6b635d09476d294c07cea5db7d6ef8e998d6a /sw/inc/view.hxx | |
parent | 0ddd679dda38fbfa0773b5933e05bf1b4b73601e (diff) |
convert Link<> to typed
Change-Id: I9607eeb7ce800004bceeda25ae819cf8b5744979
Diffstat (limited to 'sw/inc/view.hxx')
-rw-r--r-- | sw/inc/view.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/view.hxx b/sw/inc/view.hxx index 30084850c702..5fb0f345a1bc 100644 --- a/sw/inc/view.hxx +++ b/sw/inc/view.hxx @@ -544,7 +544,7 @@ public: DECL_LINK( AttrChangedNotify, void* ); // form control has been activated - DECL_LINK( FormControlActivated, void* ); + DECL_LINK_TYPED( FormControlActivated, LinkParamNone*, void ); // edit links void EditLinkDlg(); |