summaryrefslogtreecommitdiff
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.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/oox/token/namespacemap.hxx b/include/oox/token/namespacemap.hxx
index 46c89d658b80..a17e8cc98ff6 100644
--- a/include/oox/token/namespacemap.hxx
+++ b/include/oox/token/namespacemap.hxx
@@ -27,7 +27,6 @@
namespace oox {
-
/** A map that contains all XML namespace URLs used in the filters. */
struct NamespaceMap
{
@@ -44,7 +43,6 @@ struct NamespaceMap
struct StaticNamespaceMap : public ::rtl::Static< NamespaceMap, StaticNamespaceMap > {};
-
} // namespace oox
#endif