summaryrefslogtreecommitdiffstats
path: root/include/oox/token/namespacemap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/token/namespacemap.hxx')
-rw-r--r--include/oox/token/namespacemap.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/oox/token/namespacemap.hxx b/include/oox/token/namespacemap.hxx
index cf1d0fdd7fe4..46c89d658b80 100644
--- a/include/oox/token/namespacemap.hxx
+++ b/include/oox/token/namespacemap.hxx
@@ -26,7 +26,7 @@
namespace oox {
-// ============================================================================
+
/** A map that contains all XML namespace URLs used in the filters. */
struct NamespaceMap
@@ -43,7 +43,7 @@ struct NamespaceMap
/** Thread-save singleton of a map of all supported XML namespace URLs. */
struct StaticNamespaceMap : public ::rtl::Static< NamespaceMap, StaticNamespaceMap > {};
-// ============================================================================
+
} // namespace oox