mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
x2t - vps
This commit is contained in:
@ -2432,12 +2432,14 @@ void CPPTUserInfo::AddAudioTransition (DWORD dwSlideID, CTransition* pTransition
|
||||
if (NULL==pTransition)
|
||||
return;
|
||||
|
||||
CAudioElement* pAudio = new CAudioElement ();
|
||||
CAudioElement* pAudio = new CAudioElement ();
|
||||
if (pAudio)
|
||||
{
|
||||
pAudio->m_strAudioFileName = strFilePath;
|
||||
}
|
||||
// ??? недоделка ???
|
||||
|
||||
pAudio->Release();
|
||||
}
|
||||
|
||||
void CPPTUserInfo::CreateDefaultStyle(NSPresentationEditor::CTextStyles& pStyle, NSPresentationEditor::CTheme* pTheme)
|
||||
|
||||
Reference in New Issue
Block a user