diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2015-09-22 15:11:03 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-09-22 18:56:06 +0000 |
commit | 32cbfd1addeb37f302ed309e7a383e2cadc84520 (patch) | |
tree | 8312821bde89fdbeabc51ebbb6416ac4faa97149 /include/svx/svdedxv.hxx | |
parent | a829ba593c921a2b6b5fce7f216f48ee9d6c3812 (diff) |
convert Link<> to typed
Change-Id: Ifb8ccbbed6d7d00f15fa8cff5dfdcd5d55de0d5f
Reviewed-on: https://gerrit.libreoffice.org/18773
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/svx/svdedxv.hxx')
-rw-r--r-- | include/svx/svdedxv.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdedxv.hxx b/include/svx/svdedxv.hxx index bec7338688b8..0bb7fb6073c1 100644 --- a/include/svx/svdedxv.hxx +++ b/include/svx/svdedxv.hxx @@ -116,7 +116,7 @@ protected: // Chaining void ImpChainingEventHdl(); - DECL_LINK(ImpAfterCutOrPasteChainingEventHdl,void*); + DECL_LINK_TYPED(ImpAfterCutOrPasteChainingEventHdl, LinkParamNone*, void); // Check if the whole text is selected. |