summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui/mmlayoutpage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/dbui/mmlayoutpage.hxx')
-rw-r--r--sw/source/ui/dbui/mmlayoutpage.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/ui/dbui/mmlayoutpage.hxx b/sw/source/ui/dbui/mmlayoutpage.hxx
index e1c32613e3db..41b04063b6bc 100644
--- a/sw/source/ui/dbui/mmlayoutpage.hxx
+++ b/sw/source/ui/dbui/mmlayoutpage.hxx
@@ -65,12 +65,12 @@ class SwMailMergeLayoutPage : public svt::OWizardPage
css::uno::Reference< css::beans::XPropertySet > m_xViewProperties;
- DECL_LINK_TYPED(PreviewLoadedHdl_Impl, SwOneExampleFrame&, void);
- DECL_LINK_TYPED(ZoomHdl_Impl, ListBox&, void);
- DECL_LINK_TYPED(ChangeAddressHdl_Impl, SpinField&, void);
- DECL_LINK_TYPED(ChangeAddressLoseFocusHdl_Impl, Control&, void);
- DECL_LINK_TYPED(GreetingsHdl_Impl, Button*, void);
- DECL_LINK_TYPED(AlignToTextHdl_Impl, Button*, void);
+ DECL_LINK(PreviewLoadedHdl_Impl, SwOneExampleFrame&, void);
+ DECL_LINK(ZoomHdl_Impl, ListBox&, void);
+ DECL_LINK(ChangeAddressHdl_Impl, SpinField&, void);
+ DECL_LINK(ChangeAddressLoseFocusHdl_Impl, Control&, void);
+ DECL_LINK(GreetingsHdl_Impl, Button*, void);
+ DECL_LINK(AlignToTextHdl_Impl, Button*, void);
static SwFrameFormat* InsertAddressFrame(
SwWrtShell& rShell,