Kaydet (Commit) 3017396a authored tarafından Mark Hung's avatar Mark Hung

sd/pptx export: allow exporting effect preset id.

Change-Id: I2a0149e7f47fe3d5abeea61c93d0a55782af3e6d
Reviewed-on: https://gerrit.libreoffice.org/59891
Tested-by: Jenkins
Reviewed-by: 's avatarMark Hung <marklh9@gmail.com>
üst 6c3d10d8
......@@ -943,6 +943,7 @@ void PPTXAnimationExport::WriteAnimationNodeCommonPropsStart()
if (rPresetId.getLength() > 0)
{
nPresetId = AnimationExporter::GetPresetID(rPresetId, nPresetClass, bPresetId);
bPresetId = true;
}
sal_uInt32 nPresetSubType = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment