[Libreoffice-commits] core.git: sd/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Sep 3 22:36:53 UTC 2018
sd/source/filter/eppt/pptx-animations.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 3017396a26f22ea193b4fd74bc485bc31cd547fe
Author: Mark Hung <marklh9 at gmail.com>
AuthorDate: Sat Sep 1 09:45:21 2018 +0800
Commit: Mark Hung <marklh9 at gmail.com>
CommitDate: Tue Sep 4 00:36:32 2018 +0200
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 at gmail.com>
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;
More information about the Libreoffice-commits
mailing list