diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2015-09-22 12:26:29 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-09-22 18:54:52 +0000 |
commit | a19f981ea1c31a9a3af4a9368dc50f045701a047 (patch) | |
tree | 12f2c8415eab22c334a2722b5472a62d1c8abbff /sc/source/ui/inc | |
parent | c439d55042c5815b57987238b0e074869004196d (diff) |
convert Link<> to typed
Change-Id: I684a72cc3eeff0caf27132ff641f0d3b20ff7c08
Reviewed-on: https://gerrit.libreoffice.org/18770
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r-- | sc/source/ui/inc/gridwin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/gridwin.hxx b/sc/source/ui/inc/gridwin.hxx index 5bcbac5d941f..b9af88a0851e 100644 --- a/sc/source/ui/inc/gridwin.hxx +++ b/sc/source/ui/inc/gridwin.hxx @@ -201,7 +201,7 @@ class ScGridWindow : public vcl::Window, public DropTargetHelper, public DragSou bool bListValButton:1; DECL_LINK_TYPED( PopupModeEndHdl, FloatingWindow*, void ); - DECL_LINK( PopupSpellingHdl, SpellCallbackInfo* ); + DECL_LINK_TYPED( PopupSpellingHdl, SpellCallbackInfo&, void ); bool TestMouse( const MouseEvent& rMEvt, bool bAction ); |