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 --- svtools/source/uno/wizard/wizardshell.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'svtools/source/uno') diff --git a/svtools/source/uno/wizard/wizardshell.cxx b/svtools/source/uno/wizard/wizardshell.cxx index c8e9a409b272..9b3022c93918 100644 --- a/svtools/source/uno/wizard/wizardshell.cxx +++ b/svtools/source/uno/wizard/wizardshell.cxx @@ -85,7 +85,6 @@ namespace svt { namespace uno SetPageSizePixel( pStartPage->GetSizePixel() ); // some defaults - ShowButtonFixedLine( true ); SetRoadmapInteractive( true ); enableAutomaticNextButtonState(); } -- cgit