fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / oovbaapi / ooo / vba / access / AcOutputObjectType.idl
blobdb0f301db2795526b3899b6a0dfd2ce413b4f2c0
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo { module vba { module access {
3 constants AcOutputObjectType {
4 const long acOutputDataAccessPage = 6;
5 const long acOutputForm = 2;
6 const long acOutputFunction = 10;
7 const long acOutputModule = 5;
8 const long acOutputQuery = 1;
9 const long acOutputReport = 3;
10 const long acOutputServerView = 7;
11 const long acOutputStoredProcedure = 9;
12 const long acOutputTable = 0;
14 }; }; };
16 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */