summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlCutCopyMode.idl
blob: bd42042d69499d0268e92276c1d880175334af76 (plain)
1
2
3
4
5
6
module ooo { module vba { module excel {
    constants XlCutCopyMode {
        const long xlCopy = 1;
        const long xlCut = 2;
    };
}; }; };