CVS commit by mhunter: CVS_SILENT Typographical corrections and changes M +1 -1 opencalcimport.cc 1.21 --- koffice/filters/kspread/opencalc/opencalcimport.cc #1.20:1.21 @@ -2042,5 +2042,5 @@ bool OpenCalcImport::createStyleMap( QDo if ( d > 1.0 ) { - QString message( i18n("This document was created with the OpenOffice.org version '%1'. This filter was written for version for 1.0. Reading this file could cause strange behavior, crashes or incorrect display of the data. Do you want to continue converting the document?") ); + QString message( i18n("This document was created with OpenOffice.org version '%1'. This filter was written for version 1.0. Reading this file could cause strange behavior, crashes or incorrect display of the data. Do you want to continue converting the document?") ); message.arg( content.attribute( "office:version" ) ); if ( KMessageBox::warningYesNo( 0, message, i18n( "Unsupported document version" ) ) == KMessageBox::No )