summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/adodb/GetRowsOptionEnum.idl
blob: 1da96997dd7420c9e6ae7a605f9c3120ebf695b6 (plain)
1
2
3
4
5
6
7
8
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module adodb {
    constants GetRowsOptionEnum {
        const long adGetRowsRest = -1;
    };
}; }; };

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */