summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/office/MsoArrowheadLength.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/office/MsoArrowheadLength.idl')
-rw-r--r--oovbaapi/ooo/vba/office/MsoArrowheadLength.idl8
1 files changed, 8 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/office/MsoArrowheadLength.idl b/oovbaapi/ooo/vba/office/MsoArrowheadLength.idl
new file mode 100644
index 000000000000..d29f9398a2cc
--- /dev/null
+++ b/oovbaapi/ooo/vba/office/MsoArrowheadLength.idl
@@ -0,0 +1,8 @@
+module ooo { module vba { module office {
+ constants MsoArrowheadLength {
+ const long msoArrowheadLengthMedium = 2;
+ const long msoArrowheadLengthMixed = -2;
+ const long msoArrowheadLong = 3;
+ const long msoArrowheadShort = 1;
+ };
+}; }; };