1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo
{ module vba
{
3 constants VbQueryClose
{
4 const long vbAppTaskManager
= 3;
5 const long vbAppWindows
= 2;
6 const long vbFormCode
= 1;
7 const long vbFormControlMenu
= 0;
8 const long vbFormMDIForm
= 4;
12 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */