bump product version to 4.1.6.2
[LibreOffice.git] / oovbaapi / ooo / vba / excel / XlCalculationState.idl
blobbca2be02a16cca6702d71be4f2218b15ee772521
1 module ooo { module vba { module excel {
2 constants XlCalculationState {
3 const long xlCalculating = 1;
4 const long xlDone = 0;
5 const long xlPending = 2;
6 };
7 }; }; };