summaryrefslogtreecommitdiffstats
path: root/oovbaapi/ooo/vba/excel/XlHtmlType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/excel/XlHtmlType.idl')
-rw-r--r--oovbaapi/ooo/vba/excel/XlHtmlType.idl8
1 files changed, 8 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/excel/XlHtmlType.idl b/oovbaapi/ooo/vba/excel/XlHtmlType.idl
new file mode 100644
index 000000000000..802fa5dd64fd
--- /dev/null
+++ b/oovbaapi/ooo/vba/excel/XlHtmlType.idl
@@ -0,0 +1,8 @@
+module ooo { module vba { module excel {
+ constants XlHtmlType {
+ const long xlHtmlCalc = 1;
+ const long xlHtmlChart = 3;
+ const long xlHtmlList = 2;
+ const long xlHtmlStatic = 0;
+ };
+}; }; };