Tag: cws_src680_odbmacros2 User: fs Date: 2008-02-13 11:50:09+0000 Modified: dba/dbaccess/source/ext/macromigration/macromigrationdialog.cxx
Log: added a note File Changes: Directory: /dba/dbaccess/source/ext/macromigration/ =================================================== File [changed]: macromigrationdialog.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ext/macromigration/macromigrationdialog.cxx?r1=1.1.2.7&r2=1.1.2.8 Delta lines: +5 -2 ------------------- --- macromigrationdialog.cxx 2008-02-11 11:18:26+0000 1.1.2.7 +++ macromigrationdialog.cxx 2008-02-13 11:50:07+0000 1.1.2.8 @@ -4,9 +4,9 @@ * * $RCSfile: macromigrationdialog.cxx,v $ * - * $Revision: 1.1.2.7 $ + * $Revision: 1.1.2.8 $ * - * last change: $Author: fs $ $Date: 2008/02/11 11:18:26 $ + * last change: $Author: fs $ $Date: 2008/02/13 11:50:07 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -142,6 +142,9 @@ break; case STATE_BACKUP_DBDOC: enableState( STATE_MIGRATE, true ); + // Note that the state is automatically disabled if the current page + // (SaveDBDocPage) returns false in its canAdvance, not caring that + // we enabled it here. break; case STATE_MIGRATE: break; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
