Bump version to 4.1-6
[LibreOffice.git] / oovbaapi / ooo / vba / adodb / PropertyAttributesEnum.idl
blob4b870d604a683bffc04ce192c6ff914abfff23f6
1 module ooo { module vba { module adodb {
2 constants PropertyAttributesEnum {
3 const long adPropNotSupported = 0;
4 const long adPropOptional = 2;
5 const long adPropRead = 512;
6 const long adPropRequired = 1;
7 const long adPropWrite = 1024;
8 };
9 }; }; };