fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / oovbaapi / ooo / vba / access / AcView.idl
blobb084d18bf96307382ada8e73c1bd5640e3e7304f
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo { module vba { module access {
3 constants AcView {
4 const long acViewDesign = 1;
5 const long acViewNormal = 0;
6 const long acViewPivotChart = 4;
7 const long acViewPivotTable = 3;
8 const long acViewPreview = 2;
9 };
10 }; }; };
12 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */