Tag: cws_dev300_odbmacros3 User: fs Date: 2008-09-10 06:32:39+0000 Modified: dba/dbaccess/source/ext/macromigration/macromigrationdialog.cxx
Log: #i10000# 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.3.2.8&r2=1.3.2.9 Delta lines: +3 -3 ------------------- --- macromigrationdialog.cxx 2008-09-09 11:00:05+0000 1.3.2.8 +++ macromigrationdialog.cxx 2008-09-10 06:32:36+0000 1.3.2.9 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: macromigrationdialog.cxx,v $ - * $Revision: 1.3.2.8 $ + * $Revision: 1.3.2.9 $ * * This file is part of OpenOffice.org. * @@ -457,8 +457,8 @@ // check that the backup location isn't the same as the document itself if ( lcl_equalURLs_nothrow( sBackupLocation, m_pData->xDocumentModel->getURL() ) ) { - ErrorBox aError( const_cast< MacroMigrationDialog* >( this ), MacroMigrationResId( ERR_INVALID_BACKUP_LOCATION ) ); - aError.Execute(); + ErrorBox aErrorBox( const_cast< MacroMigrationDialog* >( this ), MacroMigrationResId( ERR_INVALID_BACKUP_LOCATION ) ); + aErrorBox.Execute(); rBackupPage.grabLocationFocus(); return false; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
