summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/powerpoint/PpUpdateOption.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/powerpoint/PpUpdateOption.idl')
-rw-r--r--oovbaapi/ooo/vba/powerpoint/PpUpdateOption.idl7
1 files changed, 7 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/powerpoint/PpUpdateOption.idl b/oovbaapi/ooo/vba/powerpoint/PpUpdateOption.idl
new file mode 100644
index 000000000000..c8c80489e8a0
--- /dev/null
+++ b/oovbaapi/ooo/vba/powerpoint/PpUpdateOption.idl
@@ -0,0 +1,7 @@
+module ooo { module vba { module powerpoint {
+ constants PpUpdateOption {
+ const long ppUpdateOptionAutomatic = 2;
+ const long ppUpdateOptionManual = 1;
+ const long ppUpdateOptionMixed = -2;
+ };
+}; }; };