summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/dao/QueryDefTypeEnum.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/dao/QueryDefTypeEnum.idl')
-rw-r--r--oovbaapi/ooo/vba/dao/QueryDefTypeEnum.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/dao/QueryDefTypeEnum.idl b/oovbaapi/ooo/vba/dao/QueryDefTypeEnum.idl
index 1aadc6d82e10..807cff50632a 100644
--- a/oovbaapi/ooo/vba/dao/QueryDefTypeEnum.idl
+++ b/oovbaapi/ooo/vba/dao/QueryDefTypeEnum.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module dao {
constants QueryDefTypeEnum {
const long dbQAction = 240;
@@ -15,3 +16,5 @@ module ooo { module vba { module dao {
const long dbQUpdate = 48;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */