summaryrefslogtreecommitdiff
path: root/include/xmloff
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-04-03 16:19:02 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-04-04 06:38:38 +0000
commite63116602b8f49508d0aef1dd1afe746a29cc219 (patch)
tree4dfc2253d096497c7f7f4522b42825ab84e7a64b /include/xmloff
parent5676ced82539d9e40bde6196d2aa3b2e4c7b3fdb (diff)
loplugin:unusedmethods
Change-Id: I30f9b6e68a7aa73782c980749e34f8f8d40ae57b Reviewed-on: https://gerrit.libreoffice.org/36047 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff')
-rw-r--r--include/xmloff/fasttokenhandler.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/xmloff/fasttokenhandler.hxx b/include/xmloff/fasttokenhandler.hxx
index 4a514f568170..ca20d687ad7f 100644
--- a/include/xmloff/fasttokenhandler.hxx
+++ b/include/xmloff/fasttokenhandler.hxx
@@ -26,9 +26,6 @@ public:
explicit TokenMap();
~TokenMap();
- /** Returns the token identifier for the passed OUString (UTF-16) token name. */
- static sal_Int32 getTokenFromUnicode( const OUString& rUnicodeName );
-
/** Returns the UTF-8 name of the passed token identifier as byte sequence. */
css::uno::Sequence< sal_Int8 > getUtf8TokenName( sal_Int32 nToken ) const
{