summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/powerpoint/PpSoundFormatType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/powerpoint/PpSoundFormatType.idl')
-rw-r--r--oovbaapi/ooo/vba/powerpoint/PpSoundFormatType.idl9
1 files changed, 9 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/powerpoint/PpSoundFormatType.idl b/oovbaapi/ooo/vba/powerpoint/PpSoundFormatType.idl
new file mode 100644
index 000000000000..0020d1b10548
--- /dev/null
+++ b/oovbaapi/ooo/vba/powerpoint/PpSoundFormatType.idl
@@ -0,0 +1,9 @@
+module ooo { module vba { module powerpoint {
+ constants PpSoundFormatType {
+ const long ppSoundFormatCDAudio = 3;
+ const long ppSoundFormatMIDI = 2;
+ const long ppSoundFormatMixed = -2;
+ const long ppSoundFormatNone = 0;
+ const long ppSoundFormatWAV = 1;
+ };
+}; }; };