summaryrefslogtreecommitdiffstats
path: root/include/oox
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-09-24 00:13:11 +0200
committerMatúš Kukan <matus.kukan@collabora.com>2014-09-24 15:35:19 +0200
commitc566814e0411f1357f63b503e76aa51a396d82d0 (patch)
treef03217c6adbbad1132388578bab6461750c787a2 /include/oox
parentRemove o3tl/heap_ptr.hxx, use std::unique_ptr instead (diff)
downloadcore-c566814e0411f1357f63b503e76aa51a396d82d0.tar.gz
core-c566814e0411f1357f63b503e76aa51a396d82d0.zip
Remove TokenMap::getUnicodeTokenName()
Change-Id: I778dc43085b6afbb6456cbf53fe8c95b624b75b3
Diffstat (limited to 'include/oox')
-rw-r--r--include/oox/token/tokenmap.hxx3
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;