summaryrefslogtreecommitdiff
path: root/xmloff/inc/DomBuilderContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/DomBuilderContext.hxx')
-rw-r--r--xmloff/inc/DomBuilderContext.hxx12
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,