summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-09-19 10:49:33 +0200
committerMatúš Kukan <matus.kukan@collabora.com>2014-09-19 13:50:53 +0200
commit879bfcbf84fc7b73b5475d3f02e98184a2065dc5 (patch)
treebd8b6c60dc67e5ea5b77564968f3f17b4da171b0 /offapi
parent38deb7e53b01e3636b8049ba016f4cb903526ad4 (diff)
Remove unused XFastTokenHandler functions
Change-Id: I0d8072f1194aa837932dcffd6dc6a3761bbdc74e
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/xml/sax/XFastTokenHandler.idl14
1 files changed, 0 insertions, 14 deletions
diff --git a/offapi/com/sun/star/xml/sax/XFastTokenHandler.idl b/offapi/com/sun/star/xml/sax/XFastTokenHandler.idl
index 52233922b389..4daec302ebdf 100644
--- a/offapi/com/sun/star/xml/sax/XFastTokenHandler.idl
+++ b/offapi/com/sun/star/xml/sax/XFastTokenHandler.idl
@@ -38,20 +38,6 @@ module com { module sun { module star { module xml { module sax {
interface XFastTokenHandler: com::sun::star::uno::XInterface
{
- /** returns a integer token for the given string identifier.
-
- @returns
- a unique integer token for the given String or FastToken::DONTKNOW
- if the identifier is not known to this instance.
- */
- long getToken( [in] string Identifier );
-
-
- /** returns a string identifier for the given integer token.
- */
- string getIdentifier( [in] long Token );
-
-
/** returns a integer token for the given string
@param Identifier