summaryrefslogtreecommitdiff
path: root/include/oox/token/propertynames.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/token/propertynames.hxx')
-rw-r--r--include/oox/token/propertynames.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/oox/token/propertynames.hxx b/include/oox/token/propertynames.hxx
index f8e1bbe97d45..3d0c8db6134c 100644
--- a/include/oox/token/propertynames.hxx
+++ b/include/oox/token/propertynames.hxx
@@ -26,7 +26,7 @@
namespace oox {
-// ============================================================================
+
/** A vector that contains all predefined property names used in the filters. */
struct PropertyNameVector : public ::std::vector< OUString > { PropertyNameVector(); };
@@ -34,7 +34,7 @@ struct PropertyNameVector : public ::std::vector< OUString > { PropertyNameVecto
/** Thread-save singleton of a vector of all supported property names. */
struct StaticPropertyNameVector : public ::rtl::Static< PropertyNameVector, StaticPropertyNameVector > {};
-// ============================================================================
+
} // namespace oox