summaryrefslogtreecommitdiffstats
path: root/oovbaapi/ooo/vba/powerpoint/PpSoundEffectType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/powerpoint/PpSoundEffectType.idl')
-rw-r--r--oovbaapi/ooo/vba/powerpoint/PpSoundEffectType.idl8
1 files changed, 8 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/powerpoint/PpSoundEffectType.idl b/oovbaapi/ooo/vba/powerpoint/PpSoundEffectType.idl
new file mode 100644
index 000000000000..9e644638ba65
--- /dev/null
+++ b/oovbaapi/ooo/vba/powerpoint/PpSoundEffectType.idl
@@ -0,0 +1,8 @@
+module ooo { module vba { module powerpoint {
+ constants PpSoundEffectType {
+ const long ppSoundEffectsMixed = -2;
+ const long ppSoundFile = 2;
+ const long ppSoundNone = 0;
+ const long ppSoundStopPrevious = 1;
+ };
+}; }; };