fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / oovbaapi / ooo / vba / access / AcPrintQuality.idl
blob8f3f8fcc11731caaeca5b841db788bd44cb93b3a
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo { module vba { module access {
3 constants AcPrintQuality {
4 const long acDraft = 3;
5 const long acHigh = 0;
6 const long acLow = 2;
7 const long acMedium = 1;
8 };
9 }; }; };
11 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */