summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/dbui/mmoutputpage.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2015-10-04 15:05:38 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-10-12 10:48:13 +0000
commit3c99f8500f657ed84b316390d5175a6f5e56bc69 (patch)
tree749f16652560a50d409b12a23bf1a5d93b3cd2d5 /sw/source/ui/dbui/mmoutputpage.hxx
parentvalgrind: fix leak (diff)
downloadcore-3c99f8500f657ed84b316390d5175a6f5e56bc69.tar.gz
core-3c99f8500f657ed84b316390d5175a6f5e56bc69.zip
convert Link<> to typed
Change-Id: Iec15042138e0715459b2c9e872a7464d75a6b1eb Reviewed-on: https://gerrit.libreoffice.org/19305 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw/source/ui/dbui/mmoutputpage.hxx')
-rw-r--r--sw/source/ui/dbui/mmoutputpage.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/dbui/mmoutputpage.hxx b/sw/source/ui/dbui/mmoutputpage.hxx
index 6f264cb0db42..8f4901b596a8 100644
--- a/sw/source/ui/dbui/mmoutputpage.hxx
+++ b/sw/source/ui/dbui/mmoutputpage.hxx
@@ -108,10 +108,10 @@ class SwMailMergeOutputPage : public svt::OWizardPage
DECL_LINK_TYPED(CopyToHdl_Impl, Button*, void);
DECL_LINK_TYPED(SaveStartHdl_Impl, Button*, void );
DECL_LINK_TYPED(SaveOutputHdl_Impl, Button* , void);
- DECL_LINK(PrinterChangeHdl_Impl, ListBox* );
+ DECL_LINK_TYPED(PrinterChangeHdl_Impl, ListBox&,void );
DECL_LINK_TYPED(PrintHdl_Impl, Button*, void);
DECL_LINK_TYPED(PrinterSetupHdl_Impl, Button*, void );
- DECL_LINK(SendTypeHdl_Impl, ListBox*);
+ DECL_LINK_TYPED(SendTypeHdl_Impl, ListBox&, void);
DECL_LINK_TYPED(SendAsHdl_Impl, Button*, void);
DECL_LINK_TYPED(SendDocumentsHdl_Impl, Button*, void);
DECL_LINK_TYPED(DocumentSelectionHdl_Impl, Button*, void);