diff options
-rw-r--r-- | sc/source/filter/excel/read.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/excel/read.cxx b/sc/source/filter/excel/read.cxx index 05d2fca9b0f5..5c6e6f261004 100644 --- a/sc/source/filter/excel/read.cxx +++ b/sc/source/filter/excel/read.cxx @@ -90,7 +90,7 @@ FltError ImportExcel::Read( void ) sal_Size nProgressBasePos = 0; sal_Size nProgressBaseSize = 0; - while( eAkt != Z_Ende ) + for (; eAkt != Z_Ende; mnLastRecId = nOpcode) { if( eAkt == Z_Biff5E ) { |