diff options
Diffstat (limited to 'sw/inc/gotodlg.hxx')
-rw-r--r-- | sw/inc/gotodlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/gotodlg.hxx b/sw/inc/gotodlg.hxx index 734e9cde3287..314ab3b74e5c 100644 --- a/sw/inc/gotodlg.hxx +++ b/sw/inc/gotodlg.hxx @@ -40,7 +40,7 @@ private: SwView* GetCreateView() const; sal_uInt16 GetPageInfo(); - DECL_LINK_TYPED( PageModifiedHdl, Edit&, void ); + DECL_LINK( PageModifiedHdl, Edit&, void ); VclPtr<Edit> mpMtrPageCtrl; VclPtr<FixedText> mpPageNumberLbl; |