summaryrefslogtreecommitdiff
path: root/sc/source/ui/view
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-16 14:20:24 +0200
committerNoel Grandin <noel@peralex.com>2015-09-17 08:19:33 +0200
commit036ee34543748633c2c9758f78a8ac746a10d97e (patch)
treed2e6b635d09476d294c07cea5db7d6ef8e998d6a /sc/source/ui/view
parent0ddd679dda38fbfa0773b5933e05bf1b4b73601e (diff)
convert Link<> to typed
Change-Id: I9607eeb7ce800004bceeda25ae819cf8b5744979
Diffstat (limited to 'sc/source/ui/view')
-rw-r--r--sc/source/ui/view/tabvwsh4.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/source/ui/view/tabvwsh4.cxx b/sc/source/ui/view/tabvwsh4.cxx
index 8633840f517e..996f7c768f65 100644
--- a/sc/source/ui/view/tabvwsh4.cxx
+++ b/sc/source/ui/view/tabvwsh4.cxx
@@ -975,11 +975,10 @@ void ScTabViewShell::SetFormShellAtTop( bool bSet )
}
}
-IMPL_LINK_NOARG(ScTabViewShell, FormControlActivated)
+IMPL_LINK_NOARG_TYPED(ScTabViewShell, FormControlActivated, LinkParamNone*, void)
{
// a form control got the focus, so the form shell has to be on top
SetFormShellAtTop( true );
- return 0;
}
// GetMySubShell / SetMySubShell: altes Verhalten simulieren,