summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/dbwiz.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-09-13 16:58:43 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-09-13 16:58:43 +0000
commite0dff0978cda663a98d2c782cafa07f101c40299 (patch)
treef3c4655358849cb20abc8a952f4117b05dadcd88 /dbaccess/source/ui/dlg/dbwiz.cxx
parent451448ab2b87c4f05e9a7f26affc190208613b4d (diff)
INTEGRATION: CWS macaddressbook01 (1.14.24); FILE MERGED
2007/07/09 23:20:24 ericb 1.14.24.2: RESYNC: (1.14-1.15); FILE MERGED 2007/07/08 19:08:13 msicotte 1.14.24.1: #i77591# initial commit
Diffstat (limited to 'dbaccess/source/ui/dlg/dbwiz.cxx')
-rw-r--r--dbaccess/source/ui/dlg/dbwiz.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/dbaccess/source/ui/dlg/dbwiz.cxx b/dbaccess/source/ui/dlg/dbwiz.cxx
index 5f4e8683347b..33ee54aec61a 100644
--- a/dbaccess/source/ui/dlg/dbwiz.cxx
+++ b/dbaccess/source/ui/dlg/dbwiz.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dbwiz.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: rt $ $Date: 2007-07-06 08:14:22 $
+ * last change: $Author: ihi $ $Date: 2007-09-13 17:58:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -180,6 +180,7 @@ IMPL_LINK(ODbTypeWizDialog, OnTypeSelected, OGeneralPage*, _pTabPage)
case DST_OUTLOOKEXP:
case DST_EVOLUTION:
case DST_KAB:
+ case DST_MACAB:
enableButtons(WZB_NEXT,sal_False);
enableButtons(WZB_FINISH,sal_True);
break;
@@ -204,6 +205,7 @@ WizardTypes::WizardState ODbTypeWizDialog::determineNextState(WizardState _nCurr
case DST_OUTLOOKEXP:
case DST_EVOLUTION:
case DST_KAB:
+ case DST_MACAB:
nNextState = WZS_INVALID_STATE;
break;
default:
@@ -220,6 +222,7 @@ WizardTypes::WizardState ODbTypeWizDialog::determineNextState(WizardState _nCurr
case DST_OUTLOOKEXP:
case DST_EVOLUTION:
case DST_KAB:
+ case DST_MACAB:
case DST_MSACCESS:
case DST_JDBC:
case DST_CALC: