summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/access/AcColorIndex.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/access/AcColorIndex.idl')
-rw-r--r--oovbaapi/ooo/vba/access/AcColorIndex.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/access/AcColorIndex.idl b/oovbaapi/ooo/vba/access/AcColorIndex.idl
index 7c6af5178b01..89809d9d1154 100644
--- a/oovbaapi/ooo/vba/access/AcColorIndex.idl
+++ b/oovbaapi/ooo/vba/access/AcColorIndex.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
constants AcColorIndex {
const long acColorIndexAqua = 14;
@@ -18,3 +19,5 @@ module ooo { module vba { module access {
const long acColorIndexYellow = 11;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */