summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/xml/dom/DocumentBuilder.idl
blob: 41e37c45b63ccc9f799cebf8408978304381c8e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
#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

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */