summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XMenuBar.idl
blob: 6513706052be25c1ac20fbd4e3f3108596f28b41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#ifndef __ooo_vba_excel_XMenuBar_idl__
#define __ooo_vba_excel_XMenuBar_idl__

#ifndef __com_sun_star_uno_XInterface_idl__
#include <com/sun/star/uno/XInterface.idl>
#endif

#ifndef __ooo_vba_XHelperInterface_idl__
#include <ooo/vba/XHelperInterface.idl>
#endif
//=============================================================================

module ooo {  module vba {  module excel {
//=============================================================================

interface XMenuBar
{
    interface XHelperInterface;

    any Menus( [in] any Index ) raises ( com::sun::star::script::BasicErrorException );
};

}; }; };

#endif