summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/office/MsoConnectorType.idl
blob: 20c235e98d15d2f15ab65b8da6d860bb492669f5 (plain)
1
2
3
4
5
6
7
8
module ooo { module vba { module office {
    constants MsoConnectorType {
        const long msoConnectorCurve = 3;
        const long msoConnectorElbow = 2;
        const long msoConnectorStraight = 1;
        const long msoConnectorTypeMixed = -2;
    };
}; }; };