Version 4.0.2.1, tag libreoffice-4.0.2.1
[LibreOffice.git] / oovbaapi / ooo / vba / access / AcDataTransferType.idl
blob1a84e83f5305af7852c22afd0b0c7fd8efb8b7a6
1 module ooo { module vba { module access {
2 constants AcDataTransferType {
3 const long acExport = 1;
4 const long acImport = 0;
5 const long acLink = 2;
6 };
7 }; }; };