bump product version to 4.1.6.2
[LibreOffice.git] / oovbaapi / ooo / vba / access / AcPrintDuplex.idl
blobd4dbc31000428ac4a9fa8194bc5333ce2cc0e0dc
1 module ooo { module vba { module access {
2 constants AcPrintDuplex {
3 const long acPRDPHorizontal = 2;
4 const long acPRDPSimplex = 1;
5 const long acPRDPVertical = 3;
6 };
7 }; }; };