#ifndef __org_libreoffice_example_starterproject_idl__ #define __org_libreoffice_example_starterproject_idl__ #include module org { module libreoffice { module example { service StarterProject : com::sun::star::task::XJobExecutor { }; }; }; }; #endif