mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-19 11:08:18 +08:00
Merge remote-tracking branch 'origin/hotfix/v7.5.1' into develop
This commit is contained in:
@ -1957,7 +1957,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