summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/office/MsoOrgChartOrientation.idl
blob: 2d821829b9d2ed37c544c7477b1b3d21f8f004cb (plain)
1
2
3
4
5
6
module ooo { module vba { module office {
    constants MsoOrgChartOrientation {
        const long msoOrgChartOrientationMixed = -2;
        const long msoOrgChartOrientationVertical = 1;
    };
}; }; };