summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/office/MsoDistributeCmd.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/office/MsoDistributeCmd.idl')
-rw-r--r--oovbaapi/ooo/vba/office/MsoDistributeCmd.idl6
1 files changed, 6 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/office/MsoDistributeCmd.idl b/oovbaapi/ooo/vba/office/MsoDistributeCmd.idl
new file mode 100644
index 000000000000..0dd63c2fecbb
--- /dev/null
+++ b/oovbaapi/ooo/vba/office/MsoDistributeCmd.idl
@@ -0,0 +1,6 @@
+module ooo { module vba { module office {
+ constants MsoDistributeCmd {
+ const long msoDistributeHorizontally = 0;
+ const long msoDistributeVertically = 1;
+ };
+}; }; };