summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlColorIndex.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/excel/XlColorIndex.idl')
-rw-r--r--oovbaapi/ooo/vba/excel/XlColorIndex.idl6
1 files changed, 6 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/excel/XlColorIndex.idl b/oovbaapi/ooo/vba/excel/XlColorIndex.idl
new file mode 100644
index 000000000000..5efb235db06d
--- /dev/null
+++ b/oovbaapi/ooo/vba/excel/XlColorIndex.idl
@@ -0,0 +1,6 @@
+module ooo { module vba { module excel {
+ constants XlColorIndex {
+ const long xlColorIndexAutomatic = -4105;
+ const long xlColorIndexNone = -4142;
+ };
+}; }; };