bump product version to 4.1.6.2
[LibreOffice.git] / oovbaapi / ooo / vba / access / AcHyperlinkPart.idl
blob8cdea7cedd56d4bc7c58ed2228b9f066400b99b9
1 module ooo { module vba { module access {
2 constants AcHyperlinkPart {
3 const long acAddress = 2;
4 const long acDisplayedValue = 0;
5 const long acDisplayText = 1;
6 const long acFullAddress = 5;
7 const long acScreenTip = 4;
8 const long acSubAddress = 3;
9 };
10 }; }; };