fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / oovbaapi / ooo / vba / access / AcHyperlinkPart.idl
blobb7cc509f94c9cf32df31ae37d56afdc91b9afa32
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo { module vba { module access {
3 constants AcHyperlinkPart {
4 const long acAddress = 2;
5 const long acDisplayedValue = 0;
6 const long acDisplayText = 1;
7 const long acFullAddress = 5;
8 const long acScreenTip = 4;
9 const long acSubAddress = 3;
11 }; }; };
13 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */