metadata-editor/idl/org/libreoffice/example/StarterProject.idl
2016-04-05 16:51:52 +02:00

12 lines
297 B
Text

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