bump product version to 4.1.6.2
[LibreOffice.git] / oovbaapi / ooo / vba / excel / XlHAlign.idl
blob839f33ac48f4ed9e8c09661ede08e4f0d6eae6b2
1 module ooo { module vba { module excel {
2 constants XlHAlign {
3 const long xlHAlignCenter = -4108;
4 const long xlHAlignCenterAcrossSelection = 7;
5 const long xlHAlignDistributed = -4117;
6 const long xlHAlignFill = 5;
7 const long xlHAlignGeneral = 1;
8 const long xlHAlignJustify = -4130;
9 const long xlHAlignLeft = -4131;
10 const long xlHAlignRight = -4152;
12 }; }; };