summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/FormShowConstants.idl
blob: a55c6fa10740549e51110cfc6a33d6ecac86c77e (plain)
1
2
3
4
5
6
module ooo { module vba {
    constants FormShowConstants {
        const long vbModal = 1;
        const long vbModeless = 0;
    };
}; };