summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlChartGallery.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/excel/XlChartGallery.idl')
-rw-r--r--oovbaapi/ooo/vba/excel/XlChartGallery.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/excel/XlChartGallery.idl b/oovbaapi/ooo/vba/excel/XlChartGallery.idl
index 1f2302e02821..d73a08a4f38c 100644
--- a/oovbaapi/ooo/vba/excel/XlChartGallery.idl
+++ b/oovbaapi/ooo/vba/excel/XlChartGallery.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module excel {
constants XlChartGallery {
const long xlAnyGallery = 23;
@@ -5,3 +6,5 @@ module ooo { module vba { module excel {
const long xlUserDefined = 22;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */