summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.com>2015-11-05 21:55:21 +0100
committerTomaž Vajngerl <tomaz.vajngerl@collabora.com>2015-11-08 19:39:13 +0100
commit2cdd751e8e00f89c084d1f318bfd1488b0231c95 (patch)
treeb650d365099f1ee9d373b2259102bba3c0f8aa08 /sd
parent8a2af3ca02c8f50ee1e016b99483ad5e1d03cec2 (diff)
Write as comment the names of slide transitions in MS-PPT specs
Change-Id: Ied3203c0a4ce04a9c93f35ae4ce4fa55e82cf70e
Diffstat (limited to 'sd')
-rw-r--r--sd/source/filter/ppt/pptanimations.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/filter/ppt/pptanimations.hxx b/sd/source/filter/ppt/pptanimations.hxx
index 4d5696e53c93..56033c7516d1 100644
--- a/sd/source/filter/ppt/pptanimations.hxx
+++ b/sd/source/filter/ppt/pptanimations.hxx
@@ -43,11 +43,11 @@ namespace ppt
#define PPT_TRANSITION_TYPE_COVER 4
#define PPT_TRANSITION_TYPE_DISSOLVE 5
#define PPT_TRANSITION_TYPE_FADE 6
-#define PPT_TRANSITION_TYPE_PULL 7
+#define PPT_TRANSITION_TYPE_PULL 7 // Uncover in MS-PPT Specs
#define PPT_TRANSITION_TYPE_RANDOM_BARS 8
#define PPT_TRANSITION_TYPE_STRIPS 9
#define PPT_TRANSITION_TYPE_WIPE 10
-#define PPT_TRANSITION_TYPE_ZOOM 11
+#define PPT_TRANSITION_TYPE_ZOOM 11 // Box In/Out in MS-PPT Specs
#define PPT_TRANSITION_TYPE_SPLIT 13
// effects, new in xp
@@ -57,7 +57,7 @@ namespace ppt
#define PPT_TRANSITION_TYPE_PUSH 20
#define PPT_TRANSITION_TYPE_COMB 21
#define PPT_TRANSITION_TYPE_NEWSFLASH 22
-#define PPT_TRANSITION_TYPE_SMOOTHFADE 23
+#define PPT_TRANSITION_TYPE_SMOOTHFADE 23 // Alpha Fade in MS-PPT Specs
#define PPT_TRANSITION_TYPE_WHEEL 26
#define PPT_TRANSITION_TYPE_CIRCLE 27