summaryrefslogtreecommitdiff
path: root/include/oox/token
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2014-09-20 16:48:56 +0200
committerDavid Ostrovsky <David.Ostrovsky@gmx.de>2014-09-23 06:08:18 +0000
commit0ea9722f72c1bece218013cce4c5d9097994408f (patch)
tree0f4fa80a35cada41ca0232206595a88216fde934 /include/oox/token
parentb529efc45962cd451198df273f41fc69f16ac1a6 (diff)
fdo#84090: Remove maUniName from oox::TokenMap
Change-Id: I8165def0b6291bfd7bb109e1cdaeb4198ed696b7 Reviewed-on: https://gerrit.libreoffice.org/11560 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
Diffstat (limited to 'include/oox/token')
-rw-r--r--include/oox/token/tokenmap.hxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/oox/token/tokenmap.hxx b/include/oox/token/tokenmap.hxx
index 122d51e03494..a00475f52263 100644
--- a/include/oox/token/tokenmap.hxx
+++ b/include/oox/token/tokenmap.hxx
@@ -70,12 +70,7 @@ public:
private:
sal_Int32 getTokenPerfectHash( const char *pToken, sal_Int32 nLength ) const;
- struct TokenName
- {
- OUString maUniName;
- ::com::sun::star::uno::Sequence< sal_Int8 > maUtf8Name;
- };
- typedef ::std::vector< TokenName > TokenNameVector;
+ typedef ::std::vector< ::com::sun::star::uno::Sequence< sal_Int8 > > TokenNameVector;
TokenNameVector maTokenNames;
sal_Int32 mnAlphaTokens[26];