Version 4.0.2.1, tag libreoffice-4.0.2.1
[LibreOffice.git] / oovbaapi / ooo / vba / excel / XlHtmlType.idl
blob802fa5dd64fdc339516347fd8473e7fc649587a2
1 module ooo { module vba { module excel {
2 constants XlHtmlType {
3 const long xlHtmlCalc = 1;
4 const long xlHtmlChart = 3;
5 const long xlHtmlList = 2;
6 const long xlHtmlStatic = 0;
7 };
8 }; }; };