bump product version to 4.1.6.2
[LibreOffice.git] / oovbaapi / ooo / vba / excel / XlCalculationInterruptKey.idl
blobc0193ed9b85a92fd98ca50003dd2ca80fcd2d9ff
1 module ooo { module vba { module excel {
2 constants XlCalculationInterruptKey {
3 const long xlAnyKey = 2;
4 const long xlEscKey = 1;
5 const long xlNoKey = 0;
6 };
7 }; }; };