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