summaryrefslogtreecommitdiff
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.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/access/AcPrintItemLayout.idl b/oovbaapi/ooo/vba/access/AcPrintItemLayout.idl
index df88344e19a1..2947d4b32f29 100644
--- a/oovbaapi/ooo/vba/access/AcPrintItemLayout.idl
+++ b/oovbaapi/ooo/vba/access/AcPrintItemLayout.idl
@@ -1,6 +1,9 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
constants AcPrintItemLayout {
const long acPRHorizontalColumnLayout = 1953;
const long acPRVerticalColumnLayout = 1954;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */