diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/oox/token/tokenmap.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/oox/token/tokenmap.hxx b/include/oox/token/tokenmap.hxx index a00475f52263..6298773df921 100644 --- a/include/oox/token/tokenmap.hxx +++ b/include/oox/token/tokenmap.hxx @@ -35,9 +35,6 @@ public: explicit TokenMap(); ~TokenMap(); - /** Returns the Unicode name of the passed token identifier. */ - OUString getUnicodeTokenName( sal_Int32 nToken ) const; - /** Returns the token identifier for the passed Unicode token name. */ sal_Int32 getTokenFromUnicode( const OUString& rUnicodeName ) const; |