diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/oox/token/tokenmap.hxx | 7 |
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]; |