mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
fix bug #63352
This commit is contained in:
@ -241,7 +241,7 @@ namespace OOX
|
||||
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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user