summaryrefslogtreecommitdiff
path: root/sc/source/ui/drawfunc/fupoor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/drawfunc/fupoor.cxx')
-rw-r--r--sc/source/ui/drawfunc/fupoor.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/drawfunc/fupoor.cxx b/sc/source/ui/drawfunc/fupoor.cxx
index 109a5e8771fa..7d0265104a63 100644
--- a/sc/source/ui/drawfunc/fupoor.cxx
+++ b/sc/source/ui/drawfunc/fupoor.cxx
@@ -164,7 +164,7 @@ void FuPoor::ForceScroll(const Point& aPixPos)
|*
\************************************************************************/
-IMPL_LINK_INLINE_START( FuPoor, ScrollHdl, Timer *, EMPTYARG )
+IMPL_LINK_NOARG_INLINE_START(FuPoor, ScrollHdl)
{
Point aPosPixel = pWindow->GetPointerPosPixel();
@@ -285,7 +285,7 @@ void FuPoor::DoPaste()
|*
\************************************************************************/
-IMPL_LINK( FuPoor, DragTimerHdl, Timer *, EMPTYARG )
+IMPL_LINK_NOARG(FuPoor, DragTimerHdl)
{
// ExecuteDrag (und das damit verbundene Reschedule) direkt aus dem Timer
// aufzurufen, bringt die VCL-Timer-Verwaltung durcheinander, wenn dabei
@@ -298,7 +298,7 @@ IMPL_LINK( FuPoor, DragTimerHdl, Timer *, EMPTYARG )
return 0;
}
-IMPL_LINK( FuPoor, DragHdl, void *, EMPTYARG )
+IMPL_LINK_NOARG(FuPoor, DragHdl)
{
SdrHdl* pHdl = pView->PickHandle(aMDPos);