summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/access/AcCommand.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/access/AcCommand.idl')
-rw-r--r--oovbaapi/ooo/vba/access/AcCommand.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/access/AcCommand.idl b/oovbaapi/ooo/vba/access/AcCommand.idl
index 94628d4e2e2b..87523faf9bf3 100644
--- a/oovbaapi/ooo/vba/access/AcCommand.idl
+++ b/oovbaapi/ooo/vba/access/AcCommand.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 AcCommand {
const long acCmdAboutMicrosoftAccess = 35;
@@ -519,3 +520,5 @@ module ooo { module vba { module access {
const long acCmdZoomSelection = 371;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */