summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdRoutingSlipDelivery.idl
blob: 9fecccb1e833616cbda033ec6611206b3509350d (plain)
1
2
3
4
5
6
module ooo { module vba { module word {
    constants WdRoutingSlipDelivery {
        const long wdAllAtOnce = 1;
        const long wdOneAfterAnother = 0;
    };
}; }; };