summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorMark Hung <marklh9@gmail.com>2018-09-01 09:45:21 +0800
committerMark Hung <marklh9@gmail.com>2018-09-04 00:36:32 +0200
commit3017396a26f22ea193b4fd74bc485bc31cd547fe (patch)
treeb5397c8cb8fe207e96ee57ee6bc6d596bdf08918 /sd
parent6c3d10d86e48e92ad963750ec5ba6e1049df2532 (diff)
sd/pptx export: allow exporting effect preset id.
Change-Id: I2a0149e7f47fe3d5abeea61c93d0a55782af3e6d Reviewed-on: https://gerrit.libreoffice.org/59891 Tested-by: Jenkins Reviewed-by: Mark Hung <marklh9@gmail.com>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/filter/eppt/pptx-animations.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/filter/eppt/pptx-animations.cxx b/sd/source/filter/eppt/pptx-animations.cxx
index 6cc5e6573733..2f02c44a6a47 100644
--- a/sd/source/filter/eppt/pptx-animations.cxx
+++ b/sd/source/filter/eppt/pptx-animations.cxx
@@ -943,6 +943,7 @@ void PPTXAnimationExport::WriteAnimationNodeCommonPropsStart()
if (rPresetId.getLength() > 0)
{
nPresetId = AnimationExporter::GetPresetID(rPresetId, nPresetClass, bPresetId);
+ bPresetId = true;
}
sal_uInt32 nPresetSubType = 0;