Version 4.0.2.1, tag libreoffice-4.0.2.1
[LibreOffice.git] / oovbaapi / ooo / vba / access / AcPrintItemLayout.idl
blobdf88344e19a1a788925d87f9b1c29e190ca05f4f
1 module ooo { module vba { module access {
2 constants AcPrintItemLayout {
3 const long acPRHorizontalColumnLayout = 1953;
4 const long acPRVerticalColumnLayout = 1954;
5 };
6 }; }; };