Add generated extension

This commit is contained in:
Samuel Mehrbrodt 2016-04-05 16:47:58 +02:00
parent 32510ff9b0
commit 61bc58aa6e
11 changed files with 310 additions and 0 deletions

View file

@ -0,0 +1,5 @@
#ifndef __org_libreoffice_example__idl__
#define __org_libreoffice_example__idl__
module org { module libreoffice { module example { }; }; };
#endif

View 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