https://bugs.freedesktop.org/show_bug.cgi?id=84090

--- Comment #4 from Matúš Kukan <matus.ku...@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.
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to