diff options
Diffstat (limited to 'sc/source/ui/inc/tabopdlg.hxx')
-rw-r--r-- | sc/source/ui/inc/tabopdlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/tabopdlg.hxx b/sc/source/ui/inc/tabopdlg.hxx index 4f43614adde8..8ab26f9d9282 100644 --- a/sc/source/ui/inc/tabopdlg.hxx +++ b/sc/source/ui/inc/tabopdlg.hxx @@ -105,7 +105,7 @@ private: DECL_LINK( BtnHdl, PushButton* ); DECL_LINK( GetFocusHdl, Control* ); - DECL_LINK( LoseFocusHdl, Control* ); + DECL_LINK( LoseFocusHdl, void* ); #endif // _TABOPDLG_CXX }; |