mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
fix bug #63352
This commit is contained in:
@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user