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