blob: a81c887a1bdc0173a2f7f485b5c0b24afb00a540 (
plain)
1
2
3
4
5
6
7
8
|
module ooo { module vba { module access {
constants AcPrintObjQuality {
const long acPRPQDraft = -1;
const long acPRPQHigh = -4;
const long acPRPQLow = -2;
const long acPRPQMedium = -3;
};
}; }; };
|