From 85cf4881fc4e1bfa5f21ae3e719bbd40ba3fce8b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 14 Aug 2014 16:57:53 +0100 Subject: drop FixedLines from wizards to be consistent with the rest of the ui and two virtual methods don't need to exist after that Change-Id: I50ea8eaa99fddfed7e0c61e99e76631aa595f2dc --- sw/source/ui/dbui/mailmergewizard.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sw') diff --git a/sw/source/ui/dbui/mailmergewizard.cxx b/sw/source/ui/dbui/mailmergewizard.cxx index b816633ede75..677717d6306b 100644 --- a/sw/source/ui/dbui/mailmergewizard.cxx +++ b/sw/source/ui/dbui/mailmergewizard.cxx @@ -58,7 +58,6 @@ SwMailMergeWizard::SwMailMergeWizard(SwView& rView, SwMailMergeConfigItem& rItem m_sFinish( SW_RES( ST_FINISH )), m_nRestartPage( MM_DOCUMENTSELECTPAGE ) { - ShowButtonFixedLine(true); defaultButton(WZB_NEXT); enableButtons(WZB_FINISH, false); -- cgit