summaryrefslogtreecommitdiffstats
path: root/oovbaapi/ooo/vba/FormShowConstants.idl
blob: 6768c2dae70982643edd498be419f6decb9296bc (plain)
1
2
3
4
5
6
7
8
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: */