bump product version to 4.1.6.2
[LibreOffice.git] / oovbaapi / ooo / vba / access / AcTransformXMLScriptOption.idl
bloba06ff7dcb4b7ddd8477320224938210b401d08fe
1 module ooo { module vba { module access {
2 constants AcTransformXMLScriptOption {
3 const long acDisableScript = 2;
4 const long acEnableScript = 0;
5 const long acPromptScript = 1;
6 };
7 }; }; };