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