summaryrefslogtreecommitdiff
path: root/oox/source/shape/FastTokenHandlerService.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/shape/FastTokenHandlerService.cxx')
-rw-r--r--oox/source/shape/FastTokenHandlerService.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/oox/source/shape/FastTokenHandlerService.cxx b/oox/source/shape/FastTokenHandlerService.cxx
index fae38b6ab8ea..d97ec886f88a 100644
--- a/oox/source/shape/FastTokenHandlerService.cxx
+++ b/oox/source/shape/FastTokenHandlerService.cxx
@@ -70,6 +70,11 @@ uno::Sequence< ::rtl::OUString > SAL_CALL FastTokenHandlerService::getSupportedS
return mFastTokenHandler.getIdentifier(Token);
}
+::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL FastTokenHandlerService::getUTF8Identifier( ::sal_Int32 Token ) throw (::com::sun::star::uno::RuntimeException)
+{
+ return mFastTokenHandler.getUTF8Identifier(Token);
+}
+
::sal_Int32 SAL_CALL FastTokenHandlerService::getTokenFromUTF8(const ::com::sun::star::uno::Sequence< ::sal_Int8 > & Identifier) throw (::com::sun::star::uno::RuntimeException)
{
return mFastTokenHandler.getTokenFromUTF8(Identifier);