mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
.
This commit is contained in:
@ -395,7 +395,7 @@ public:
|
|||||||
size_t nCountNodes = oNodes.size();
|
size_t nCountNodes = oNodes.size();
|
||||||
for (size_t nIndex = 0; nIndex < nCountNodes; ++nIndex)
|
for (size_t nIndex = 0; nIndex < nCountNodes; ++nIndex)
|
||||||
{
|
{
|
||||||
XmlUtils::CXmlNode & oCurrentRecord = oNodesnIndex[];
|
XmlUtils::CXmlNode & oCurrentRecord = oNodes[nIndex];
|
||||||
|
|
||||||
if (L"Default" == oCurrentRecord.GetName() && oCurrentRecord.GetAttributeA("Extension") == "sigs")
|
if (L"Default" == oCurrentRecord.GetName() && oCurrentRecord.GetAttributeA("Extension") == "sigs")
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
Reference in New Issue
Block a user