Kaydet (Commit) 28676035 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

fdo#78471: Don't forget to record the ID of the last record for BIFF5.

Shared formula import code depends on this.

Change-Id: Iecb009252c56673df33e0d681de825911154903a
üst 14e21865
......@@ -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 )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment