mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Fix bug 77608
This commit is contained in:
@ -2513,6 +2513,7 @@ CAnnotRedact::CAnnotRedact(PDFDoc* pdfDoc, Object* oAnnotRef, int nPageIndex, in
|
|||||||
{
|
{
|
||||||
m_unAFlags |= (1 << 3);
|
m_unAFlags |= (1 << 3);
|
||||||
int nBCLength = oObj.arrayGetLength();
|
int nBCLength = oObj.arrayGetLength();
|
||||||
|
m_arrC.clear();
|
||||||
for (int j = 0; j < nBCLength; ++j)
|
for (int j = 0; j < nBCLength; ++j)
|
||||||
{
|
{
|
||||||
m_arrC.push_back(oObj.arrayGet(j, &oObj2)->isNum() ? oObj2.getNum() : 0.0);
|
m_arrC.push_back(oObj.arrayGet(j, &oObj2)->isNum() ? oObj2.getNum() : 0.0);
|
||||||
|
|||||||
Reference in New Issue
Block a user