Files
libreoffice/xmloff/source/token/tokens.hxx.tail
Daniel Sikeler f577a42207 GSoC - implement global tokenhandler for odf-tokens
This generates perfect hash for odf-tokens and use them with the tokenhandler.
With added test case to check to and fro mapping between tokens.
This is taken from Daniel's work in feature/fastparser branch.

Change-Id: I7cf77c1eb6c9dd68fd78108c6e0726507c7672e1
Reviewed-on: https://gerrit.libreoffice.org/28073
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
2016-08-16 20:31:31 +00:00

7 lines
104 B
Plaintext

const sal_Int32 XML_TOKEN_INVALID = css::xml::sax::FastToken::DONTKNOW;
} // namespace xmloff
#endif