summaryrefslogtreecommitdiffstats
path: root/oovbaapi/ooo/vba/access/AcPrintItemLayout.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/access/AcPrintItemLayout.idl')
-rw-r--r--oovbaapi/ooo/vba/access/AcPrintItemLayout.idl6
1 files changed, 6 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/access/AcPrintItemLayout.idl b/oovbaapi/ooo/vba/access/AcPrintItemLayout.idl
new file mode 100644
index 000000000000..df88344e19a1
--- /dev/null
+++ b/oovbaapi/ooo/vba/access/AcPrintItemLayout.idl
@@ -0,0 +1,6 @@
+module ooo { module vba { module access {
+ constants AcPrintItemLayout {
+ const long acPRHorizontalColumnLayout = 1953;
+ const long acPRVerticalColumnLayout = 1954;
+ };
+}; }; };