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/.
8 #ifndef __ooo_vba_excel_XMenuItem_idl__
9 #define __ooo_vba_excel_XMenuItem_idl__
11 #include
<com
/sun
/star
/uno
/XInterface.idl
>
12 #include
<ooo
/vba
/XHelperInterface.idl
>
13 //=============================================================================
15 module ooo
{ module vba
{ module excel
{
16 //=============================================================================
20 interface XHelperInterface
;
22 [attribute
] string Caption
;
23 [attribute
] string OnAction
;
25 void Delete
() raises
( com
::sun
::star
::script
::BasicErrorException
);