summaryrefslogtreecommitdiff
path: root/include/oox/token/tokenmap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/token/tokenmap.hxx')
-rw-r--r--include/oox/token/tokenmap.hxx6
1 files changed, 3 insertions, 3 deletions
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