bump product version to 4.1.6.2
[LibreOffice.git] / oovbaapi / ooo / vba / excel / XMenu.idl
blobc6aa24b4c51ca7d119acf896d214775850977af4
1 /*
2 * This file is part of the LibreOffice project.
4 * This Source Code Form is subject to the terms of the Mozilla Public
5 * License, v. 2.0. If a copy of the MPL was not distributed with this
6 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 */
8 #ifndef __ooo_vba_excel_XMenu_idl__
9 #define __ooo_vba_excel_XMenu_idl__
11 #include <com/sun/star/uno/XInterface.idl>
12 #include <ooo/vba/XHelperInterface.idl>
13 //=============================================================================
15 module ooo { module vba { module excel {
16 //=============================================================================
18 interface XMenu
20 interface XHelperInterface;
22 [attribute] string Caption;
24 void Delete() raises ( com::sun::star::script::BasicErrorException );
25 any MenuItems( [in] any Index ) raises ( com::sun::star::script::BasicErrorException );
28 }; }; };
30 #endif