bump product version to 4.1.6.2
[LibreOffice.git] / oovbaapi / ooo / vba / access / AcSection.idl
blobe2747887caf4c02be0bad4670c2eed6f66f69de8
1 module ooo { module vba { module access {
2 constants AcSection {
3 const long acDetail = 0;
4 const long acFooter = 2;
5 const long acGroupLevel1Footer = 6;
6 const long acGroupLevel1Header = 5;
7 const long acGroupLevel2Footer = 8;
8 const long acGroupLevel2Header = 7;
9 const long acHeader = 1;
10 const long acPageFooter = 4;
11 const long acPageHeader = 3;
13 }; }; };