Skip to content

Commit

Permalink
Merge pull request 'Fix hlinx binary reading' (#75) from fix/bug71042…
Browse files Browse the repository at this point in the history
… into hotfix/v8.2.1

Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/core/pulls/75
  • Loading branch information
ElenaSubbotina committed Oct 23, 2024
2 parents 77ece71 + ca94882 commit 5e35517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OOXML/XlsbFormat/Biff12_unions/HLINKS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ namespace XLSB
count--;
}

return count > 0;
return m_arHlinks.size() > 0;
}

const bool HLINKS::saveContent(BinProcessor& proc)
Expand Down

0 comments on commit 5e35517

Please sign in to comment.