summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/access/AcControlType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/access/AcControlType.idl')
-rw-r--r--oovbaapi/ooo/vba/access/AcControlType.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/access/AcControlType.idl b/oovbaapi/ooo/vba/access/AcControlType.idl
index 8ee7928392b8..673716f94d3d 100644
--- a/oovbaapi/ooo/vba/access/AcControlType.idl
+++ b/oovbaapi/ooo/vba/access/AcControlType.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 AcControlType {
const long acBoundObjectFrame = 108;
@@ -21,3 +22,5 @@ module ooo { module vba { module access {
const long acToggleButton = 122;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */