summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/office/MsoAlertCancelType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/office/MsoAlertCancelType.idl')
-rw-r--r--oovbaapi/ooo/vba/office/MsoAlertCancelType.idl10
1 files changed, 10 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/office/MsoAlertCancelType.idl b/oovbaapi/ooo/vba/office/MsoAlertCancelType.idl
new file mode 100644
index 000000000000..2eaf85647d64
--- /dev/null
+++ b/oovbaapi/ooo/vba/office/MsoAlertCancelType.idl
@@ -0,0 +1,10 @@
+module ooo { module vba { module office {
+ constants MsoAlertCancelType {
+ const long msoAlertCancelDefault = -1;
+ const long msoAlertCancelFifth = 4;
+ const long msoAlertCancelFirst = 0;
+ const long msoAlertCancelFourth = 3;
+ const long msoAlertCancelSecond = 1;
+ const long msoAlertCancelThird = 2;
+ };
+}; }; };