#ifndef __ooo_vba_excel_XMenuItem_idl__ #define __ooo_vba_excel_XMenuItem_idl__ #ifndef __com_sun_star_uno_XInterface_idl__ #include #endif #ifndef __ooo_vba_XHelperInterface_idl__ #include #endif //============================================================================= module ooo { module vba { module excel { //============================================================================= interface XMenuItem { interface XHelperInterface; [attribute] string Caption; [attribute] string OnAction; void Delete() raises ( com::sun::star::script::BasicErrorException ); }; }; }; }; #endif