From e23ea87cb395fe8dc3cdf5d6160962bc4b4dcd28 Mon Sep 17 00:00:00 2001 From: Alexander Wilms Date: Tue, 25 Feb 2014 23:15:32 +0100 Subject: Remove visual noise from xmloff MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I205d4e555f5b88654a90007eb7ac05bc7b00a904 Reviewed-on: https://gerrit.libreoffice.org/8346 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- xmloff/inc/DomBuilderContext.hxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'xmloff/inc/DomBuilderContext.hxx') 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 -// + // 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 getTree(); - // + // implement SvXMLImportContext methods: - // + virtual SvXMLImportContext* CreateChildContext( sal_uInt16 nPrefix, -- cgit