bump product version to 4.1.6.2
[LibreOffice.git] / oovbaapi / ooo / vba / access / AcFindField.idl
blobefcfec49013b04d4464a58f80196924104891f69
1 module ooo { module vba { module access {
2 constants AcFindField {
3 const long acAll = 0;
4 const long acCurrent = -1;
5 };
6 }; }; };