summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdContinue.idl
blob: 9088c6ed4bb5d65f2d1d79c380fa8e58b80b7d39 (plain)
1
2
3
4
5
6
7
module ooo { module vba { module word {
    constants WdContinue {
        const long wdContinueDisabled = 0;
        const long wdContinueList = 2;
        const long wdResetList = 1;
    };
}; }; };