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