fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / oovbaapi / ooo / vba / adodb / AffectEnum.idl
blob6bb7588d346cd80b75ebba03534e0c71193d1088
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo { module vba { module adodb {
3 constants AffectEnum {
4 const long adAffectAll = 3;
5 const long adAffectAllChapters = 4;
6 const long adAffectCurrent = 1;
7 const long adAffectGroup = 2;
8 };
9 }; }; };
11 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */