Update git submodules
[LibreOffice.git] / oovbaapi / ooo / vba / adodb / EventStatusEnum.idl
blobb906b25aca1be6e26bb74da491b86e7ba297b516
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo { module vba { module adodb {
3 constants EventStatusEnum {
4 const long adStatusCancel = 4;
5 const long adStatusCantDeny = 3;
6 const long adStatusErrorsOccurred = 2;
7 const long adStatusOK = 1;
8 const long adStatusUnwantedEvent = 5;
9 };
10 }; }; };
12 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */