bump product version to 4.1.6.2
[LibreOffice.git] / oovbaapi / ooo / vba / excel / XlDeleteShiftDirection.idl
blobf530b3964c65f10f890d16059e8c52099ceec215
1 module ooo { module vba { module excel {
2 constants XlDeleteShiftDirection {
3 const long xlShiftToLeft = -4159;
4 const long xlShiftUp = -4162;
5 };
6 }; }; };