bump product version to 4.1.6.2
[LibreOffice.git] / oovbaapi / ooo / vba / access / AcDataObjectType.idl
blob17a24f7841438f1fed449aa1e8aa6cbd34a6e7dc
1 module ooo { module vba { module access {
2 constants AcDataObjectType {
3 const long acActiveDataObject = -1;
4 const long acDataForm = 2;
5 const long acDataFunction = 10;
6 const long acDataQuery = 1;
7 const long acDataServerView = 7;
8 const long acDataStoredProcedure = 9;
9 const long acDataTable = 0;
11 }; }; };