diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 23:15:32 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-26 04:32:34 -0600 |
commit | e23ea87cb395fe8dc3cdf5d6160962bc4b4dcd28 (patch) | |
tree | 16bbe9faa1ddf4b96c88007a5a0c00bbae9e6aad /xmloff/inc/DomBuilderContext.hxx | |
parent | a22ae26668b260edb7f724ffcff0abc935b6d64a (diff) |
Remove visual noise from xmloff
Change-Id: I205d4e555f5b88654a90007eb7ac05bc7b00a904
Reviewed-on: https://gerrit.libreoffice.org/8346
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'xmloff/inc/DomBuilderContext.hxx')
-rw-r--r-- | xmloff/inc/DomBuilderContext.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/xmloff/inc/DomBuilderContext.hxx b/xmloff/inc/DomBuilderContext.hxx index 0de3c493cfe6..a263b9d32fa1 100644 --- a/xmloff/inc/DomBuilderContext.hxx +++ b/xmloff/inc/DomBuilderContext.hxx @@ -23,9 +23,9 @@ #include <xmloff/xmlictxt.hxx> -// + // forward declarations -// + namespace com { namespace sun { namespace star { namespace xml { namespace dom { @@ -62,17 +62,17 @@ public: virtual ~DomBuilderContext(); - // + // access to the DOM tree - // + /** access the DOM tree */ com::sun::star::uno::Reference<com::sun::star::xml::dom::XDocument> getTree(); - // + // implement SvXMLImportContext methods: - // + virtual SvXMLImportContext* CreateChildContext( sal_uInt16 nPrefix, |