idl classes moved

This commit is contained in:
Georgy Litvinov 2017-08-28 17:20:12 +03:00 committed by Georgy Litvinov
parent 0e4ff7e970
commit d0fc62a976
12 changed files with 274 additions and 0 deletions

View file

@ -0,0 +1,11 @@
#ifndef __org_libreoffice_example_xwriter2latex_idl__
#define __org_libreoffice_example_xwriter2latex_idl__
module org { module libreoffice { module example {
interface XWriter2latex {
};
}; }; };
#endif