idl classes moved
This commit is contained in:
parent
0e4ff7e970
commit
d0fc62a976
12 changed files with 274 additions and 0 deletions
12
idl/org/libreoffice/example/Writer2latex.idl
Normal file
12
idl/org/libreoffice/example/Writer2latex.idl
Normal file
|
@ -0,0 +1,12 @@
|
|||
#ifndef __org_libreoffice_example_writer2latex_idl__
|
||||
#define __org_libreoffice_example_writer2latex_idl__
|
||||
|
||||
#include <org/libreoffice/example/XWriter2latex.idl>
|
||||
module org { module libreoffice { module example {
|
||||
|
||||
service Writer2latex : org::libreoffice::example::XWriter2latex {
|
||||
|
||||
};
|
||||
|
||||
}; }; };
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue