mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-15 20:53:29 +08:00
Fix bug #64530
This commit is contained in:
@ -1899,7 +1899,7 @@ HRESULT CPdfFile::AdvancedCommand(IAdvancedCommand* command)
|
||||
}
|
||||
case IAdvancedCommand::AdvancedCommandType::FormField:
|
||||
{
|
||||
return m_pInternal->pWriter->AddFormField(m_pInternal->pAppFonts, (CFormFieldInfo*)command);
|
||||
return m_pInternal->pWriter->AddFormField(m_pInternal->pAppFonts, (CFormFieldInfo*)command, m_pInternal->wsTempFolder);
|
||||
}
|
||||
case IAdvancedCommand::AdvancedCommandType::Annotaion:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user