Fix bug 73997

This commit is contained in:
Svetlana Kulikova
2025-04-11 12:32:04 +03:00
parent 7a9c57038e
commit 0a85051119

View File

@ -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)
{