diff options
Diffstat (limited to 'oovbaapi/ooo/vba/FormShowConstants.idl')
-rw-r--r-- | oovbaapi/ooo/vba/FormShowConstants.idl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/FormShowConstants.idl b/oovbaapi/ooo/vba/FormShowConstants.idl new file mode 100644 index 000000000..6768c2dae --- /dev/null +++ b/oovbaapi/ooo/vba/FormShowConstants.idl @@ -0,0 +1,9 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +module ooo { module vba { + constants FormShowConstants { + const long vbModal = 1; + const long vbModeless = 0; + }; +}; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |