#ifndef __com_sun_star_scripting_storage_ScriptInfoAccessException_idl__ #define __com_sun_star_scripting_storage_ScriptInfoAccessException_idl__ #ifndef __com_sun_star_uno_Exception_idl__ #include #endif //======================================================================== module drafts { module com { module sun { module star { module scripting { module storage { //======================================================================== //------------------------------------------------------------------------ /** ScriptInfoAccessException */ exception ScriptInfoAccessException : ::com::sun::star::uno::Exception { //do we need some sort of a string here? }; //======================================================================== }; }; }; }; }; }; #endif