summaryrefslogtreecommitdiff
path: root/include/oox/token
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2013-10-11 22:51:44 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2013-10-17 21:38:34 +0200
commit7e77559b6f79dbf7e96073ac5a90f9b8ff0270c9 (patch)
tree2c5cf7ce134c11299e346f2944dc7b3c87ffbf77 /include/oox/token
parent86501dd6e0249c4291787d7cbaa88e84370a6c3e (diff)
oox: special-case single-character a-z token mapping.
Change-Id: I58a810cc6062d5b42558dd5c0f37426a8a210f40
Diffstat (limited to 'include/oox/token')
-rw-r--r--include/oox/token/tokenmap.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/oox/token/tokenmap.hxx b/include/oox/token/tokenmap.hxx
index 84dc70d03fac..fb9ebc590a1a 100644
--- a/include/oox/token/tokenmap.hxx
+++ b/include/oox/token/tokenmap.hxx
@@ -58,6 +58,7 @@ private:
typedef ::std::vector< TokenName > TokenNameVector;
TokenNameVector maTokenNames;
+ sal_Int32 mnAlphaTokens[26];
};
// ============================================================================