summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/itemwin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/tbxctrls/itemwin.cxx')
-rw-r--r--svx/source/tbxctrls/itemwin.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/tbxctrls/itemwin.cxx b/svx/source/tbxctrls/itemwin.cxx
index 09008172a790..c212d634234f 100644
--- a/svx/source/tbxctrls/itemwin.cxx
+++ b/svx/source/tbxctrls/itemwin.cxx
@@ -452,11 +452,11 @@ bool SvxFillTypeBox::Notify( NotifyEvent& rNEvt )
{
case KEY_RETURN:
nHandled = true;
- ( (Link&)GetSelectHdl() ).Call( this );
+ ( (Link<>&)GetSelectHdl() ).Call( this );
break;
case KEY_TAB:
bRelease = false;
- ( (Link&)GetSelectHdl() ).Call( this );
+ ( (Link<>&)GetSelectHdl() ).Call( this );
bRelease = true;
break;
@@ -524,7 +524,7 @@ bool SvxFillAttrBox::Notify( NotifyEvent& rNEvt )
switch ( pKEvt->GetKeyCode().GetCode() )
{
case KEY_RETURN:
- ( (Link&)GetSelectHdl() ).Call( this );
+ ( (Link<>&)GetSelectHdl() ).Call( this );
nHandled = true;
break;
case KEY_TAB: