fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / oovbaapi / ooo / vba / access / AcSendObjectType.idl
blob0ffdd9fae612dd381f6049bcaafb691d644ca093
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo { module vba { module access {
3 constants AcSendObjectType {
4 const long acSendDataAccessPage = 6;
5 const long acSendForm = 2;
6 const long acSendModule = 5;
7 const long acSendNoObject = -1;
8 const long acSendQuery = 1;
9 const long acSendReport = 3;
10 const long acSendTable = 0;
12 }; }; };
14 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */