diff options
author | Noel Grandin <noel@peralex.com> | 2012-08-23 18:23:43 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-09-03 15:55:04 +0200 |
commit | 9b07288138228af56e58f50dc6ba50865b52fdfb (patch) | |
tree | 2bde7ca61824f7266c70a404be6049fba26d8c98 /offapi/com | |
parent | eb0e7f62587d957c8d7a86d1c8170e5cd7a7e029 (diff) |
fdo#46808, Adapt xml::dom::DocumentBuilder UNO service to new style
Change-Id: I577fbc7f990be9ec1f7b7eea53218b7daaccb2a1
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/xml/dom/DocumentBuilder.idl | 10 |
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: */ |