Tag: cws_dev300_odbmacros3 User: fs Date: 2008-05-07 08:36:30+0000 Modified: dba/dbaccess/source/ext/macromigration/migrationengine.cxx
Log: reset the current document ID *after* calling finishedDocument File Changes: Directory: /dba/dbaccess/source/ext/macromigration/ =================================================== File [changed]: migrationengine.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ext/macromigration/migrationengine.cxx?r1=1.4.2.5&r2=1.4.2.6 Delta lines: +2 -2 ------------------- --- migrationengine.cxx 2008-04-30 09:23:55+0000 1.4.2.5 +++ migrationengine.cxx 2008-05-07 08:36:27+0000 1.4.2.6 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: migrationengine.cxx,v $ - * $Revision: 1.4.2.5 $ + * $Revision: 1.4.2.6 $ * * This file is part of OpenOffice.org. * @@ -1029,8 +1029,8 @@ { pStatusIndicator->dispose(); m_rProgress.endObject(); - m_nCurrentDocumentID = -1; m_rLogger.finishedDocument( m_nCurrentDocumentID ); + m_nCurrentDocumentID = -1; return false; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
