/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ module ooo { module vba { module adodb { constants EventStatusEnum { const long adStatusCancel = 4; const long adStatusCantDeny = 3; const long adStatusErrorsOccurred = 2; const long adStatusOK = 1; const long adStatusUnwantedEvent = 5; }; }; }; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */