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