mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Remove duplicated code
This commit is contained in:
@ -250,7 +250,7 @@ namespace XmlUtils
|
||||
std::vector<XmlUtils::CXmlNode> oNodes; \
|
||||
if (node.GetNodes(name, oNodes)) \
|
||||
{ \
|
||||
int nCount = oNodes.size(); \
|
||||
size_t nCount = oNodes.size(); \
|
||||
for (size_t i = 0; i < nCount; ++i) \
|
||||
{ \
|
||||
XmlUtils::CXmlNode & oItem = oNodes[i]; \
|
||||
|
||||
Reference in New Issue
Block a user