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;
12 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */