w2phtml/idl/org/libreoffice/example/Writer2latex.idl

13 lines
304 B
Text
Raw Normal View History

2017-08-28 17:20:12 +03:00
#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