summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/msforms/fmAlignment.idl
blob: f2821b0b10135247f9d2de2302e456f3049038d1 (plain)
1
2
3
4
5
6
module ooo { module vba { module msforms {
    constants fmAlignment {
        const long fmAlignmentLeft = 0;
        const long fmAlignmentRight = 1;
    };
}; }; };