bump product version to 4.1.6.2
[LibreOffice.git] / oovbaapi / ooo / vba / excel / XlLinkInfo.idl
bloba729122ebac7ed91e736c0868187a8499f61ff2b
1 module ooo { module vba { module excel {
2 constants XlLinkInfo {
3 const long xlEditionDate = 2;
4 const long xlLinkInfoStatus = 3;
5 const long xlUpdateState = 1;
6 };
7 }; }; };