summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/xml/dom/DocumentBuilder.idl
blob: 6b4bd7a1bbef37d81d4ef56c8b027965d2113f3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* -*- 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 : XDocumentBuilder;

};};};};};

#endif

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