[Bug 84090] Speed up oox::TokenMap by removing unnecessary maUniName OUString
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Sep 21 23:30:15 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=84090
--- Comment #4 from Matúš Kukan <matus.kukan at collabora.com> ---
(In reply to comment #2)
> Can you be more precise as to what we have to do here ?
Change:
typedef ::std::vector< TokenName > TokenNameVector;
to
typedef ::std::vector< css::uno::Sequence< sal_Int8 > > TokenNameVector;
And remove TokenMap
Also remove TokenMap::getUnicodeTokenName
And make it compile ;-) ..
which also means you will have to use getUtf8TokenName and do some conversions.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20140922/04b2c066/attachment.html>
More information about the LibreOffice
mailing list