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