summaryrefslogtreecommitdiff
path: root/sw/source/ui/envelp/labprt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/envelp/labprt.hxx')
-rw-r--r--sw/source/ui/envelp/labprt.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/envelp/labprt.hxx b/sw/source/ui/envelp/labprt.hxx
index 45b5decffb5e..818273dc9f72 100644
--- a/sw/source/ui/envelp/labprt.hxx
+++ b/sw/source/ui/envelp/labprt.hxx
@@ -44,7 +44,7 @@ class SwLabPrtPage : public SfxTabPage
VclPtr<FixedText> m_pPrinterInfo;
VclPtr<PushButton> m_pPrtSetup;
- DECL_LINK( CountHdl, Button * );
+ DECL_LINK_TYPED( CountHdl, Button *, void );
SwLabDlg* GetParentSwLabDlg() {return static_cast<SwLabDlg*>(GetParentDialog());}