presentation:node-type odf_type implemented, anim:seq animation fixed

This commit is contained in:
Kamil Kerimov
2023-07-28 18:38:35 +05:00
parent dbbf0a9999
commit c9b4550fb9
7 changed files with 233 additions and 25 deletions

View File

@ -180,7 +180,7 @@ void odp_page_state::set_anim_type(std::wstring val)
if (val == L"tmRoot")
{
anim_levels.back().attlist->presentation_node_type_ = L"timing-root";
anim_levels.back().attlist->presentation_node_type_ = presentation_node_type::timing_root;
if (transactions.empty() == false)
{
std::wstring slide_id = L"slide" + std::to_wstring(page_id_) + L"id";