bump product version to 4.1.6.2
[LibreOffice.git] / oovbaapi / ooo / vba / access / AcSendObjectType.idl
blobe4e92bfbb1df9e020e9b7f2b2010f440fac0e70a
1 module ooo { module vba { module access {
2 constants AcSendObjectType {
3 const long acSendDataAccessPage = 6;
4 const long acSendForm = 2;
5 const long acSendModule = 5;
6 const long acSendNoObject = -1;
7 const long acSendQuery = 1;
8 const long acSendReport = 3;
9 const long acSendTable = 0;
11 }; }; };