Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / oovbaapi / ooo / vba / access / AcOpenDataMode.idl
blobe2c0216802609b80468181a8eed7177a3624b5a9
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo { module vba { module access {
3 constants AcOpenDataMode {
4 const long acAdd = 0;
5 const long acEdit = 1;
6 const long acReadOnly = 2;
7 };
8 }; }; };
10 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */