Add generated extension
This commit is contained in:
parent
32510ff9b0
commit
61bc58aa6e
11 changed files with 310 additions and 0 deletions
5
idl/org/libreoffice/example/.idl
Normal file
5
idl/org/libreoffice/example/.idl
Normal file
|
@ -0,0 +1,5 @@
|
|||
#ifndef __org_libreoffice_example__idl__
|
||||
#define __org_libreoffice_example__idl__
|
||||
|
||||
module org { module libreoffice { module example { }; }; };
|
||||
#endif
|
12
idl/org/libreoffice/example/StarterProject.idl
Normal file
12
idl/org/libreoffice/example/StarterProject.idl
Normal file
|
@ -0,0 +1,12 @@
|
|||
#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
|
Loading…
Add table
Add a link
Reference in a new issue