bump product version to 4.1.6.2
[LibreOffice.git] / oovbaapi / ooo / vba / access / AcPrintColor.idl
blob9a609e3cbd8919c3db6736a0dae126742bf652f3
1 module ooo { module vba { module access {
2 constants AcPrintColor {
3 const long acPRCMColor = 2;
4 const long acPRCMMonochrome = 1;
5 };
6 }; }; };