summaryrefslogtreecommitdiff
path: root/include/oox/token
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 19:06:16 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-03-01 09:51:32 -0600
commit8792ec7b2129650777b7b4bfacaa7c13d923279b (patch)
treef181e37b61533b460397cc68625fd21f46bb6393 /include/oox/token
parentdff29fadfe418421f2af9fd4f1dccc8a9b4cd545 (diff)
Remove visual noise from include
Conflicts: include/framework/preventduplicateinteraction.hxx include/sfx2/sfxbasecontroller.hxx include/sfx2/sfxbasemodel.hxx include/toolkit/awt/vclxtabpagemodel.hxx include/vcl/field.hxx include/vcl/settings.hxx Change-Id: Ibccf9f88c68267a3d7e656012b51eaf644c418c2 Reviewed-on: https://gerrit.libreoffice.org/8272 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/oox/token')
-rw-r--r--include/oox/token/namespacemap.hxx4
-rw-r--r--include/oox/token/propertynames.hxx4
-rw-r--r--include/oox/token/tokenmap.hxx6
3 files changed, 7 insertions, 7 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
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
diff --git a/include/oox/token/tokenmap.hxx b/include/oox/token/tokenmap.hxx
index bddc0ce6a34d..122d51e03494 100644
--- a/include/oox/token/tokenmap.hxx
+++ b/include/oox/token/tokenmap.hxx
@@ -27,7 +27,7 @@
namespace oox {
-// ============================================================================
+
class TokenMap
{
@@ -81,11 +81,11 @@ private:
sal_Int32 mnAlphaTokens[26];
};
-// ============================================================================
+
struct StaticTokenMap : public ::rtl::Static< TokenMap, StaticTokenMap > {};
-// ============================================================================
+
} // namespace oox