summaryrefslogtreecommitdiff
path: root/sw/source/uibase/cctrl
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2015-09-23 09:39:17 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-09-23 13:07:09 +0000
commit473a8e2ccad0f58430c469ac3366153db033ac25 (patch)
treeec94dc696d3099014839bc6a2523024f3ea7581d /sw/source/uibase/cctrl
parentb2cd2e79b6fc152072d0f1e46b5c4ed2d489c09c (diff)
convert Link<> to typed
Change-Id: Ie31b7f6ed89d684b6ec0ac8e6a144ef6024ba1d2 Reviewed-on: https://gerrit.libreoffice.org/18801 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw/source/uibase/cctrl')
-rw-r--r--sw/source/uibase/cctrl/actctrl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/cctrl/actctrl.cxx b/sw/source/uibase/cctrl/actctrl.cxx
index af79651aee20..95674b0d4f02 100644
--- a/sw/source/uibase/cctrl/actctrl.cxx
+++ b/sw/source/uibase/cctrl/actctrl.cxx
@@ -56,7 +56,7 @@ void ReturnActionEdit::KeyInput( const KeyEvent& rEvt)
!nModifier)
{
if(aReturnActionLink.IsSet())
- aReturnActionLink.Call(this);
+ aReturnActionLink.Call(*this);
}
else
Edit::KeyInput(rEvt);