summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/office/MsoCalloutDropType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/office/MsoCalloutDropType.idl')
-rw-r--r--oovbaapi/ooo/vba/office/MsoCalloutDropType.idl9
1 files changed, 9 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/office/MsoCalloutDropType.idl b/oovbaapi/ooo/vba/office/MsoCalloutDropType.idl
new file mode 100644
index 000000000000..cea97eba4f00
--- /dev/null
+++ b/oovbaapi/ooo/vba/office/MsoCalloutDropType.idl
@@ -0,0 +1,9 @@
+module ooo { module vba { module office {
+ constants MsoCalloutDropType {
+ const long msoCalloutDropBottom = 4;
+ const long msoCalloutDropCenter = 3;
+ const long msoCalloutDropCustom = 1;
+ const long msoCalloutDropMixed = -2;
+ const long msoCalloutDropTop = 2;
+ };
+}; }; };