This commit is contained in:
Elena.Subbotina
2024-02-07 15:30:13 +03:00
parent 1994a25b61
commit ca4c17847d

View File

@ -241,7 +241,7 @@ namespace OOX
current = docx->m_oGlossary.document; current = docx->m_oGlossary.document;
} }
if (std::wstring::npos != fileName.find(L"document") || !current) if (/*std::wstring::npos != fileName.find(L"document")*/ fileName == L"document" || !current)
{ {
if (type == OOX::FileTypes::Document) if (type == OOX::FileTypes::Document)
{ {