summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/PageBreakWin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/PageBreakWin.hxx')
-rw-r--r--sw/source/uibase/inc/PageBreakWin.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/PageBreakWin.hxx b/sw/source/uibase/inc/PageBreakWin.hxx
index 8d2ff93610ae..0f2e7dc8a04f 100644
--- a/sw/source/uibase/inc/PageBreakWin.hxx
+++ b/sw/source/uibase/inc/PageBreakWin.hxx
@@ -53,8 +53,8 @@ public:
private:
/// Hide the button (used when the popup menu is closed by clicking outside)
- DECL_LINK_TYPED( HideHandler, Menu *, bool );
- DECL_LINK_TYPED( FadeHandler, Timer *, void );
+ DECL_LINK( HideHandler, Menu *, bool );
+ DECL_LINK( FadeHandler, Timer *, void );
};
#endif