bump product version to 4.1.6.2
[LibreOffice.git] / oovbaapi / ooo / vba / excel / XlFilterAction.idl
blobe6fec4d03aa9fc2ab49b9fe4378808bf736338c2
1 module ooo { module vba { module excel {
2 constants XlFilterAction {
3 const long xlFilterCopy = 2;
4 const long xlFilterInPlace = 1;
5 };
6 }; }; };