1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo
{ module vba
{
3 constants VbMsgBoxResult
{
4 const long vbAbort
= 3;
5 const long vbCancel
= 2;
6 const long vbIgnore
= 5;
9 const long vbRetry
= 4;
14 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */