metadata-editor/idl/org/libreoffice/example/StarterProject.idl

13 lines
297 B
Text
Raw Normal View History

2016-04-05 16:47:58 +02:00
#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