diff options
Diffstat (limited to 'sd/source/ui/inc/copydlg.hxx')
-rw-r--r-- | sd/source/ui/inc/copydlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/copydlg.hxx b/sd/source/ui/inc/copydlg.hxx index 25c0ce4310f4..0ef9b0806985 100644 --- a/sd/source/ui/inc/copydlg.hxx +++ b/sd/source/ui/inc/copydlg.hxx @@ -69,7 +69,7 @@ private: Fraction maUIScale; ::sd::View* mpView; - DECL_LINK( SelectColorHdl, void * ); + DECL_LINK_TYPED( SelectColorHdl, ListBox&, void ); DECL_LINK_TYPED( SetViewData, Button*, void ); DECL_LINK_TYPED( SetDefault, Button*, void ); }; |