summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/xml/dom/DocumentBuilder.idl
blob: 0804dc6df2016d1921956623890f565428d922b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __com_sun_star_xml_dom_documentbuilder_idl
#define __com_sun_star_xml_dom_documentbuilder_idl
#ifndef __com_sun_star_xml_dom_xdocumentbuilder_idl
#include <com/sun/star/xml/dom/XDocumentBuilder.idl>
#endif
module com {  module sun {  module star {  module xml { module dom {

    service DocumentBuilder
    {
        interface XDocumentBuilder;
    };
};};};};};
#endif