summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/inputwin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/inputwin.hxx')
-rw-r--r--sc/source/ui/inc/inputwin.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/inputwin.hxx b/sc/source/ui/inc/inputwin.hxx
index 05ce58b5794e..7ae780633005 100644
--- a/sc/source/ui/inc/inputwin.hxx
+++ b/sc/source/ui/inc/inputwin.hxx
@@ -227,7 +227,7 @@ private:
VclPtr<ScrollBar> aScrollBar;
long nVertOffset;
DECL_LINK_TYPED( ClickHdl, Button*, void );
- DECL_LINK( Impl_ScrollHdl, void* );
+ DECL_LINK_TYPED( Impl_ScrollHdl, ScrollBar*, void );
};