Version 4.0.2.1, tag libreoffice-4.0.2.1
[LibreOffice.git] / oovbaapi / ooo / vba / access / AcPrintObjQuality.idl
bloba81c887a1bdc0173a2f7f485b5c0b24afb00a540
1 module ooo { module vba { module access {
2 constants AcPrintObjQuality {
3 const long acPRPQDraft = -1;
4 const long acPRPQHigh = -4;
5 const long acPRPQLow = -2;
6 const long acPRPQMedium = -3;
7 };
8 }; }; };