summaryrefslogtreecommitdiff
path: root/sw/source/ui/envelp/envprt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/envelp/envprt.hxx')
-rw-r--r--sw/source/ui/envelp/envprt.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/envelp/envprt.hxx b/sw/source/ui/envelp/envprt.hxx
index 8dc800de6efb..0a71355316ab 100644
--- a/sw/source/ui/envelp/envprt.hxx
+++ b/sw/source/ui/envelp/envprt.hxx
@@ -47,9 +47,9 @@ class SwEnvPrtPage : public SfxTabPage
VclPtr<Printer> pPrt;
- DECL_LINK_TYPED(ClickHdl, Button*, void);
- DECL_LINK_TYPED(AlignHdl, ToolBox *, void);
- DECL_LINK_TYPED(ButtonHdl, Button *, void );
+ DECL_LINK(ClickHdl, Button*, void);
+ DECL_LINK(AlignHdl, ToolBox *, void);
+ DECL_LINK(ButtonHdl, Button *, void );
SwEnvDlg* GetParentSwEnvDlg() {return static_cast<SwEnvDlg*>( GetParentDialog());}