summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdListGalleryType.idl
blob: bdeb907e7075116c4163ab343f0c45b5a55ffdf4 (plain)
1
2
3
4
5
6
7
module ooo { module vba { module word {
    constants WdListGalleryType {
        const long wdBulletGallery = 1;
        const long wdNumberGallery = 2;
        const long wdOutlineNumberGallery = 3;
    };
}; }; };