summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/powerpoint/PpUpdateOption.idl
blob: c8c80489e8a0c23a5aef4fba4e2aa62fa7a90a30 (plain)
1
2
3
4
5
6
7
module ooo { module vba { module powerpoint {
    constants PpUpdateOption {
        const long ppUpdateOptionAutomatic = 2;
        const long ppUpdateOptionManual = 1;
        const long ppUpdateOptionMixed = -2;
    };
}; }; };