#ifndef __com_sun_star_scripting_ScriptManager_idl__ #define __com_sun_star_scripting_ScriptManager_idl__ #include #include #include #include module com { module sun { module star { module scripting { // this service should be implemented by a singleton, probably a C++ // component which should very likely also support the other services needed // to integrate with StarOffice service ScriptManager { interface com::sun::star::scripting::XModules; interface com::sun::star::scripting::XBind; interface com::sun::star::scripting::XScriptManager; }; }; }; }; }; #endif