diff options
Diffstat (limited to 'oox/source/core/fasttokenhandler.cxx')
-rw-r--r-- | oox/source/core/fasttokenhandler.cxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/oox/source/core/fasttokenhandler.cxx b/oox/source/core/fasttokenhandler.cxx index 91fb38a78fe5..3fe24ef52f2d 100644 --- a/oox/source/core/fasttokenhandler.cxx +++ b/oox/source/core/fasttokenhandler.cxx @@ -73,17 +73,6 @@ Sequence< OUString > SAL_CALL FastTokenHandler::getSupportedServiceNames() throw return FastTokenHandler_getSupportedServiceNames(); } -// XFastTokenHandler -sal_Int32 FastTokenHandler::getToken( const OUString& rIdentifier ) throw( RuntimeException, std::exception ) -{ - return mrTokenMap.getTokenFromUnicode( rIdentifier ); -} - -OUString FastTokenHandler::getIdentifier( sal_Int32 nToken ) throw( RuntimeException, std::exception ) -{ - return mrTokenMap.getUnicodeTokenName( nToken ); -} - Sequence< sal_Int8 > FastTokenHandler::getUTF8Identifier( sal_Int32 nToken ) throw( RuntimeException, std::exception ) { return mrTokenMap.getUtf8TokenName( nToken ); |