diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-06-27 21:28:04 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-06-28 21:38:55 +0200 |
commit | 8fe03ea93213bbb19b6ee9862a3966144f0df5cb (patch) | |
tree | f0bbdf1af6e3af9e819fdb0503e70e09be0c4a5f /svx | |
parent | f07a56498875e67fa2637fd0a73890629024efa8 (diff) |
decouple IEditImplementation from Edit more
Change-Id: Ie01373ca40d519c179485bd1a4b6616d5929fa5d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97328
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/fmcomp/gridcell.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/fmcomp/gridcell.cxx b/svx/source/fmcomp/gridcell.cxx index bb349b8f4890..81d3e410dd25 100644 --- a/svx/source/fmcomp/gridcell.cxx +++ b/svx/source/fmcomp/gridcell.cxx @@ -3567,7 +3567,7 @@ void FmXEditCell::disposing() m_aTextListeners.disposeAndClear(aEvt); m_aChangeListeners.disposeAndClear(aEvt); - m_pEditImplementation->SetModifyHdl( Link<Edit&,void>() ); + m_pEditImplementation->SetModifyHdl( Link<LinkParamNone*,void>() ); if ( m_bOwnEditImplementation ) delete m_pEditImplementation; m_pEditImplementation = nullptr; |