#ifndef __com_sun_star_scripting_ScriptMethod_idl__ #define __com_sun_star_scripting_ScriptMethod_idl__ #ifndef __com_sun_star_uno_XInterface_idl__ #include #endif #ifndef __com_sun_star_scripting_XMethod_idl__ #include #endif module com { module sun { module star { module scripting { //The ScriptMethod service which supports the invoking of // a script method which is bound to an event in StarOffice/OpenOffice.org service ScriptMethod { interface com::sun::star::scripting::XMethod; }; }; }; }; }; #endif