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

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