bump product version to 4.1.6.2
[LibreOffice.git] / oovbaapi / ooo / vba / access / AcPrintOrientation.idl
blobf0fba12b9ae977cccd0a6c280f18ffea27ff6886
1 module ooo { module vba { module access {
2 constants AcPrintOrientation {
3 const long acPRORLandscape = 2;
4 const long acPRORPortrait = 1;
5 };
6 }; }; };