summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/xml/dom/DocumentBuilder.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/xml/dom/DocumentBuilder.idl')
-rw-r--r--offapi/com/sun/star/xml/dom/DocumentBuilder.idl10
1 files changed, 6 insertions, 4 deletions
diff --git a/offapi/com/sun/star/xml/dom/DocumentBuilder.idl b/offapi/com/sun/star/xml/dom/DocumentBuilder.idl
index 41e37c45b63c..6b4bd7a1bbef 100644
--- a/offapi/com/sun/star/xml/dom/DocumentBuilder.idl
+++ b/offapi/com/sun/star/xml/dom/DocumentBuilder.idl
@@ -1,14 +1,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
- {
- interface XDocumentBuilder;
- };
+service DocumentBuilder : XDocumentBuilder;
+
};};};};};
+
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */