From 44c2ce94fe1c2401ece32159a405aae15ce02f46 Mon Sep 17 00:00:00 2001 From: Frank Schönheit Date: Fri, 2 Mar 2001 08:42:40 +0000 Subject: #84540# #84541# corrected the Next button behaviour on the first and last tab page --- extensions/source/dbpilots/groupboxwiz.cxx | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'extensions/source/dbpilots/groupboxwiz.cxx') diff --git a/extensions/source/dbpilots/groupboxwiz.cxx b/extensions/source/dbpilots/groupboxwiz.cxx index 3c0f5a566..f3b5f1715 100644 --- a/extensions/source/dbpilots/groupboxwiz.cxx +++ b/extensions/source/dbpilots/groupboxwiz.cxx @@ -2,9 +2,9 @@ * * $RCSfile: groupboxwiz.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: fs $ $Date: 2001-02-28 09:18:30 $ + * last change: $Author: fs $ $Date: 2001-03-02 09:42:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -348,6 +348,12 @@ namespace dbp return 0L; } + //--------------------------------------------------------------------- + sal_Bool ORadioSelectionPage::determineNextButtonState() + { + return 0 != m_aExistingRadios.GetEntryCount(); + } + //--------------------------------------------------------------------- void ORadioSelectionPage::implCheckMoveButtons() { @@ -549,6 +555,12 @@ namespace dbp m_aName.GrabFocus(); } + //--------------------------------------------------------------------- + sal_Bool OFinalizeGBWPage::determineNextButtonState() + { + return sal_False; + } + //--------------------------------------------------------------------- void OFinalizeGBWPage::initializePage() { @@ -576,6 +588,9 @@ namespace dbp /************************************************************************* * history: * $Log: not supported by cvs2svn $ + * Revision 1.3 2001/02/28 09:18:30 fs + * finalized the list/combo wizard + * * Revision 1.2 2001/02/23 15:19:08 fs * some changes / centralizations - added the list-/combobox wizard * -- cgit v1.2.3