summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdSalutationType.idl
blob: 4e1fcabdc7ed196bc4466b34f106411641072bcd (plain)
1
2
3
4
5
6
7
8
module ooo { module vba { module word {
    constants WdSalutationType {
        const long wdSalutationBusiness = 2;
        const long wdSalutationFormal = 1;
        const long wdSalutationInformal = 0;
        const long wdSalutationOther = 3;
    };
}; }; };