summaryrefslogtreecommitdiffstats
path: root/oovbaapi/ooo/vba/office/MsoCalloutAngleType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/office/MsoCalloutAngleType.idl')
-rw-r--r--oovbaapi/ooo/vba/office/MsoCalloutAngleType.idl10
1 files changed, 10 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/office/MsoCalloutAngleType.idl b/oovbaapi/ooo/vba/office/MsoCalloutAngleType.idl
new file mode 100644
index 000000000000..0a2a26939bc1
--- /dev/null
+++ b/oovbaapi/ooo/vba/office/MsoCalloutAngleType.idl
@@ -0,0 +1,10 @@
+module ooo { module vba { module office {
+ constants MsoCalloutAngleType {
+ const long msoCalloutAngle30 = 2;
+ const long msoCalloutAngle45 = 3;
+ const long msoCalloutAngle60 = 4;
+ const long msoCalloutAngle90 = 5;
+ const long msoCalloutAngleAutomatic = 1;
+ const long msoCalloutAngleMixed = -2;
+ };
+}; }; };