https://bugs.freedesktop.org/show_bug.cgi?id=84090
--- Comment #4 from Matúš Kukan <matus.kukan@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.
Context
- [Bug 84090] Speed up oox::TokenMap by removing unnecessary maUniName OUString · bugzilla-daemon
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.