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