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 | |
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')
-rw-r--r-- | xmloff/inc/DomBuilderContext.hxx | 12 | ||||
-rw-r--r-- | xmloff/inc/XMLBitmapLogicalSizePropertyHandler.hxx | 2 | ||||
-rw-r--r-- | xmloff/inc/XMLFillBitmapSizePropertyHandler.hxx | 2 | ||||
-rw-r--r-- | xmloff/inc/XMLRectangleMembersHandler.hxx | 2 |
4 files changed, 9 insertions, 9 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, diff --git a/xmloff/inc/XMLBitmapLogicalSizePropertyHandler.hxx b/xmloff/inc/XMLBitmapLogicalSizePropertyHandler.hxx index 76d737a86ac3..d7ac07542943 100644 --- a/xmloff/inc/XMLBitmapLogicalSizePropertyHandler.hxx +++ b/xmloff/inc/XMLBitmapLogicalSizePropertyHandler.hxx @@ -24,7 +24,7 @@ struct SvXMLEnumMapEntry; -// + /** Abstract base-class for different XML-types. Derivations of this class knows how to compare, im/export a special XML-type */ diff --git a/xmloff/inc/XMLFillBitmapSizePropertyHandler.hxx b/xmloff/inc/XMLFillBitmapSizePropertyHandler.hxx index f17d691e2c1c..d98fd5a5dc4d 100644 --- a/xmloff/inc/XMLFillBitmapSizePropertyHandler.hxx +++ b/xmloff/inc/XMLFillBitmapSizePropertyHandler.hxx @@ -24,7 +24,7 @@ struct SvXMLEnumMapEntry; -// + /** Abstract base-class for different XML-types. Derivations of this class knows how to compare, im/export a special XML-type */ diff --git a/xmloff/inc/XMLRectangleMembersHandler.hxx b/xmloff/inc/XMLRectangleMembersHandler.hxx index 3e52e9336c63..db1f886f7488 100644 --- a/xmloff/inc/XMLRectangleMembersHandler.hxx +++ b/xmloff/inc/XMLRectangleMembersHandler.hxx @@ -24,7 +24,7 @@ struct SvXMLEnumMapEntry; -// + /** Abstract base-class for different XML-types. Derivations of this class knows how to compare, im/export a special XML-type */ |