sd/source/filter/eppt/pptx-animations.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 3017396a26f22ea193b4fd74bc485bc31cd547fe
Author:     Mark Hung <mark...@gmail.com>
AuthorDate: Sat Sep 1 09:45:21 2018 +0800
Commit:     Mark Hung <mark...@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 <mark...@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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to