bump product version to 4.1.6.2
[LibreOffice.git] / oovbaapi / ooo / vba / excel / XlInsertShiftDirection.idl
blobb29e6c4e6de265c0bf282529dcc226c85cf18508
1 module ooo { module vba { module excel {
2 constants XlInsertShiftDirection {
3 const long xlShiftDown = -4121;
4 const long xlShiftToRight = -4161;
5 };
6 }; }; };