summaryrefslogtreecommitdiff
path: root/extensions/source/dbpilots/groupboxwiz.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/dbpilots/groupboxwiz.cxx')
-rw-r--r--extensions/source/dbpilots/groupboxwiz.cxx19
1 files changed, 17 insertions, 2 deletions
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
@@ -349,6 +349,12 @@ namespace dbp
}
//---------------------------------------------------------------------
+ sal_Bool ORadioSelectionPage::determineNextButtonState()
+ {
+ return 0 != m_aExistingRadios.GetEntryCount();
+ }
+
+ //---------------------------------------------------------------------
void ORadioSelectionPage::implCheckMoveButtons()
{
sal_Bool bHaveSome = (0 != m_aExistingRadios.GetEntryCount());
@@ -550,6 +556,12 @@ namespace dbp
}
//---------------------------------------------------------------------
+ sal_Bool OFinalizeGBWPage::determineNextButtonState()
+ {
+ return sal_False;
+ }
+
+ //---------------------------------------------------------------------
void OFinalizeGBWPage::initializePage()
{
OGBWPage::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
*