summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/access/AcPrintOrientation.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/access/AcPrintOrientation.idl')
-rw-r--r--oovbaapi/ooo/vba/access/AcPrintOrientation.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/access/AcPrintOrientation.idl b/oovbaapi/ooo/vba/access/AcPrintOrientation.idl
index f0fba12b9ae9..c271de530a7a 100644
--- a/oovbaapi/ooo/vba/access/AcPrintOrientation.idl
+++ b/oovbaapi/ooo/vba/access/AcPrintOrientation.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 AcPrintOrientation {
const long acPRORLandscape = 2;
const long acPRORPortrait = 1;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */