summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/adodb/PersistFormatEnum.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/adodb/PersistFormatEnum.idl')
-rw-r--r--oovbaapi/ooo/vba/adodb/PersistFormatEnum.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/adodb/PersistFormatEnum.idl b/oovbaapi/ooo/vba/adodb/PersistFormatEnum.idl
index 46e6051dca2a..c5b0512ab6cc 100644
--- a/oovbaapi/ooo/vba/adodb/PersistFormatEnum.idl
+++ b/oovbaapi/ooo/vba/adodb/PersistFormatEnum.idl
@@ -1,6 +1,9 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module adodb {
constants PersistFormatEnum {
const long adPersistADTG = 0;
const long adPersistXML = 1;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */