mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Fix bug 73997
This commit is contained in:
@ -2216,8 +2216,6 @@ namespace PdfWriter
|
||||
void CAction::SetType(const std::wstring& wsType)
|
||||
{
|
||||
m_sType = U_TO_UTF8(wsType);
|
||||
if (wsType != L"A")
|
||||
Add("S", m_sType.c_str());
|
||||
}
|
||||
void CAction::SetNext(CAction* pNext)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user